Date: Sat, 9 Jun 2007 22:02:48 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 121303 for review Message-ID: <200706092202.l59M2mkr047944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=121303 Change 121303 by marcel@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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706092202.l59M2mkr047944>