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
--l+goss899txtYvYf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/sys/mips/cavium/octeon_machdep.c Sat Jan 23 00:18:12 2010 (r20284= 9) >+++ head/sys/mips/cavium/octeon_machdep.c Sat Jan 23 00:24:31 2010 (r20285= 0) >@@ -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. --=20 Peter Jeremy --l+goss899txtYvYf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAktbcVEACgkQ/opHv/APuIeB4QCfc62/hljZfq08+RkBLDgnOmXQ QhkAoLnCRCx8+bQx43g6lmkqaF+pEaBX =aO3P -----END PGP SIGNATURE----- --l+goss899txtYvYf--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100123215945.GF31243>