Date: Sun, 24 Jan 2010 08:59:45 +1100 From: Peter Jeremy <peterjeremy@acm.org> To: Warner Losh <imp@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r202850 - head/sys/mips/cavium Message-ID: <20100123215945.GF31243@server.vk2pj.dyndns.org> In-Reply-To: <201001230024.o0N0OWEC038553@svn.freebsd.org> References: <201001230024.o0N0OWEC038553@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On 2010-Jan-23 00:24:31 +0000, Warner Losh <imp@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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAktbcVEACgkQ/opHv/APuIeB4QCfc62/hljZfq08+RkBLDgnOmXQ QhkAoLnCRCx8+bQx43g6lmkqaF+pEaBX =aO3P -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100123215945.GF31243>
