PERFORCE change 121303 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sat Jun 9 22:02:49 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=121303
Change 121303 by marcel at marcel_xcllnt on 2007/06/09 22:02:09
Revert call to syncicache. We have a generic way in
-CURRENT now.
Affected files ...
.. //depot/projects/e500/sys/gdb/gdb_packet.c#3 edit
Differences ...
==== //depot/projects/e500/sys/gdb/gdb_packet.c#3 (text+ko) ====
@@ -148,9 +148,6 @@
gdb_rxp += 2;
}
}
-#ifdef __powerpc__
- __syncicache(addr, size);
-#endif
(void)kdb_jmpbuf(prev);
return ((ret == 0) ? 1 : 0);
}
More information about the p4-projects
mailing list