Date: Mon, 26 Apr 2010 20:19:49 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/sparc64 cheetah.c locore.S machdep.c mp_locore.S mp_machdep.c Message-ID: <201004262020.o3QKK97U075647@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-04-26 20:19:49 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 cheetah.c locore.S machdep.c mp_locore.S mp_machdep.c Log: SVN rev 207248 on 2010-04-26 20:19:49Z by marius Don't bother enabling interrupts before we're ready to handle them. This prevents the firmware of Fujitsu Siemens PRIMEPOWER250, which both causes stray interrupts and erroneously enables interrupts at least when calling SUNW,set-trap-table, in the foot. Revision Changes Path 1.13 +0 -9 src/sys/sparc64/sparc64/cheetah.c 1.28 +4 -13 src/sys/sparc64/sparc64/locore.S 1.163 +15 -1 src/sys/sparc64/sparc64/machdep.c 1.15 +3 -7 src/sys/sparc64/sparc64/mp_locore.S 1.55 +16 -0 src/sys/sparc64/sparc64/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004262020.o3QKK97U075647>