NetBSD/sys/arch/xen/i386
bouyer 6be5ba1e96 Make sure to check for pending interrupts on the final STI. For this
reorganise the IPL vectors a bit so that they can be used from more
places than splllower and doreti.
Include patch from Kazushi Marukawa (fixed to handle pending interrupts),
which should fix the read_psl() == 0 assertion failure reported by
several users.
2007-06-28 20:50:30 +00:00
..
autoconf.c Extract common code from i386, xen, and sparc64, creating 2007-06-24 01:43:34 +00:00
bios32.c Make it build again when IPMI is used (caddr_t issue ?) 2007-06-12 18:55:50 +00:00
cpu.c
gdt.c
genassym.cf
hypervisor_machdep.c
identcpu.c
idle_machdep.c Fix race condition in cpu_idle() on ci_want_resched. From YAMAMOTO Takashi. 2007-06-25 19:57:32 +00:00
locore.S Make sure to check for pending interrupts on the final STI. For this 2007-06-28 20:50:30 +00:00
machdep.c Call p_emul->e_syscall_intern() before sendsig_reset() to match what 2007-06-25 20:01:23 +00:00
mainbus.c
npx_hv.c
npx.c
pmap.c
spl.S Make sure to check for pending interrupts on the final STI. For this 2007-06-28 20:50:30 +00:00
trap.c
vector.S Make sure to check for pending interrupts on the final STI. For this 2007-06-28 20:50:30 +00:00
xen_intr.c Remove the __asm("lock") again from softintr(), as ci_ipending is local 2007-06-26 19:41:11 +00:00
xen_machdep.c Support root= as an alias for bootdev=, for consistency with multiboot 2007-06-18 18:56:23 +00:00
xen_shm_machdep.c