NetBSD/sys/arch/xen/i386
bouyer 1206dd032d Various cleanups in interrupt code, and fix a potential crash in doreti:
if we enter doreti_checkast with only soft interrupt pendings, we would
jump to one of the soft* vector with %esi uninitialized, and the vector
would do a jump *%esi at the end ...
I don't know why nobody ever went into this; I guess in the common case
there's no soft irq pending without a hard irq in this code path ...
2007-06-25 20:09:34 +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 merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
gdt.c Share the sysarch stuff between the x86 ports. PR kern/36046. 2007-04-16 19:12:17 +00:00
genassym.cf merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
hypervisor_machdep.c Remove more duplicate headers. 2007-01-29 01:52:43 +00:00
identcpu.c TRUE -> true, FALSE -> false 2007-02-22 06:47:16 +00:00
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 merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +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 The recent cpu_attach changes broke the xen build; while this compiles, 2007-03-05 23:26:40 +00:00
npx_hv.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
npx.c - pass intrframe by-pointer, not by-value. 2006-12-08 15:05:18 +00:00
pmap.c merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
spl.S Various cleanups in interrupt code, and fix a potential crash in doreti: 2007-06-25 20:09:34 +00:00
trap.c merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
vector.S Various cleanups in interrupt code, and fix a potential crash in doreti: 2007-06-25 20:09:34 +00:00
xen_intr.c Add back a __asm("lock") that got lost in the yamt-idlelwp merge. 2007-06-25 20:02:45 +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 Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-13 18:30:57 +00:00