NetBSD/sys/arch/xen/x86
bouyer af1d7cb986 The event bitmasks provided by the hypervisor are unsigned long (so 64bits
on amd64). Make sure to use the right type to store and manipulate them.
This fixes amd64, where basically any event channel > 31 was not working
(and you get there after starting/stopping a domU a few times). Things
would occasionally unwedge though the spllower() callbacks.
2008-02-19 19:50:53 +00:00
..
autoconf.c
consinit.c
cpu.c cargo-cult copy cpu_offline_md; fixes compile on i386/x86_64 2008-01-16 02:08:49 +00:00
hypervisor_machdep.c The event bitmasks provided by the hypervisor are unsigned long (so 64bits 2008-02-19 19:50:53 +00:00
idle_machdep.c Don't clear ci_want_resched in MD code; it's done in mi_switch(). 2007-12-02 16:37:58 +00:00
intr.c Merge the bouyer-xeni386 branch to head, at tag bouyer-xeni386-merge1 (the 2008-01-11 20:00:13 +00:00
mainbus.c Merge the bouyer-xeni386 branch to head, at tag bouyer-xeni386-merge1 (the 2008-01-11 20:00:13 +00:00
x86_xpmap.c The informations about console and store page number are long, so avoid 2008-02-17 17:39:42 +00:00
xen_bus_dma.c
xen_intr.c
xen_shm_machdep.c Add missing __KERNEL_RCSID() 2008-02-17 14:03:16 +00:00
xenfunc.c Add missing __KERNEL_RCSID() 2008-02-17 14:03:16 +00:00