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

M. Warner Losh imp at bsdimp.com
Sun Jan 24 00:09:40 UTC 2010


In message: <20100123215945.GF31243 at server.vk2pj.dyndns.org>
            Peter Jeremy <peterjeremy at acm.org> writes:
: 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.

Well, it is a bit of leakage, but the change was intentional and
should be there.

Warner


More information about the svn-src-all mailing list