Date: Sat, 16 Apr 2005 15:00:09 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c Message-ID: <200504161500.j3GF09VU073318@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-04-16 15:00:09 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 machdep.c Log: - In sparc64_init() remove the call to tick_stop(). There's no need to call tick_stop() again after tick_init() as tick interrupts already have been disabled as part of tick_init(). - In spinlock_enter() replace the magic value for PIL TICK with the respective macro. - Use FBSDID. Revision Changes Path 1.125 +4 -7 src/sys/sparc64/sparc64/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504161500.j3GF09VU073318>