svn commit: r202850 - head/sys/mips/cavium

Peter Jeremy peterjeremy at acm.org
Sat Jan 23 21:59:51 UTC 2010


On 2010-Jan-23 00:24:31 +0000, Warner Losh <imp at FreeBSD.org> wrote:
>Author: imp
>Date: Sat Jan 23 00:24:31 2010
>New Revision: 202850
>URL: http://svn.freebsd.org/changeset/base/202850
>
>Log:
>  Migrate from old "DDB" style debugger to newer KDB style.
>
>Modified:
>  head/sys/mips/cavium/octeon_machdep.c
>
>Modified: head/sys/mips/cavium/octeon_machdep.c
>==============================================================================
>--- head/sys/mips/cavium/octeon_machdep.c	Sat Jan 23 00:18:12 2010	(r202849)
>+++ head/sys/mips/cavium/octeon_machdep.c	Sat Jan 23 00:24:31 2010	(r202850)
>@@ -110,7 +110,7 @@ platform_cpu_init()
> void
> platform_reset(void)
> {
>-	((void(*)(void))(long)0x9fc00000)();	/* Jump to MIPS reset vector */
>+	mips_generic_reset();
> }

Was this bit intended?  It doesn't tally with the log message.

-- 
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20100123/f98572ae/attachment.pgp


More information about the svn-src-all mailing list