PERFORCE change 132424 for review

Warner Losh imp at FreeBSD.org
Thu Jan 3 12:42:50 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132424

Change 132424 by imp at imp_paco-paco on 2008/01/03 20:41:54

	kludge-o-matic for now until watch points are integrated.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/mips_subr.c#4 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/mips_subr.c#4 (text+ko) ====

@@ -23,9 +23,10 @@
 /*
  * mips_watchpoint -- set/clear a watchpoint
  */
+void mips_watchpoint(void *addr, int access);//XXX kludge
 
 void
-mips_watchpoint(void* addr, int access)
+mips_watchpoint(void *addr, int access)
 {
 	u_int32_t watchlo = 0;
 	u_int32_t watchhi = 0;


More information about the p4-projects mailing list