mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Enable all interrupt sources for NetBSD
git-svn-id: svn://coreboot.org/openbios/openbios-devel@168 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -927,7 +927,7 @@ ob_interrupt_init(uint64_t base, unsigned long offset)
|
||||
fword("property");
|
||||
|
||||
intregs = map_io(base | (uint64_t)offset, sizeof(*intregs));
|
||||
intregs->set = ~SUN4M_INT_MASKALL;
|
||||
intregs->clear = ~SUN4M_INT_MASKALL;
|
||||
intregs->cpu_intregs[0].clear = ~0x17fff;
|
||||
|
||||
for (i = 0; i < SUN4M_NCPU; i++) {
|
||||
|
||||
Reference in New Issue
Block a user