NetBSD/sys/arch/xen/include
christos d0f26be538 Just when I thought it was all working... Unfortunately cpu.h defines
clockframe -> intrframe, but that is included too late, because this
file includes systm.h and it is in the path of including systm.h. Fix
it by not including <systm.h>; it was only needed for the panic() calls
which I have disabled, since they look more like debugging calls to me.
Also add forward struct declaration for trapframe.
2004-12-10 18:51:15 +00:00
..
hypervisor-ifs
Makefile
cpu.h move some per-cpu data definitions to MI place so that they can be modified 2004-09-22 11:32:02 +00:00
cpufunc.h Move the disable_intr and enable_intr functions from xenfunc.h to cpufunc.h, 2004-12-10 18:47:52 +00:00
events.h
frameasm.h
hypervisor.h Just when I thought it was all working... Unfortunately cpu.h defines 2004-12-10 18:51:15 +00:00
if_xennetvar.h Actually mix samples into the kernel RNG pool. There's a buglet here: all 2004-09-15 04:55:21 +00:00
intr.h
kernfs_machdep.h
pic.h
pmap.h
segments.h
vga_xenvar.h
xbdvar.h Actually mix samples into the kernel RNG pool. There's a buglet here: all 2004-09-15 04:55:21 +00:00
xen.h don't use va_list here; use _BSD_VA_LIST_ because we could be included 2004-12-10 18:49:02 +00:00
xenfunc.h Move the disable_intr and enable_intr functions from xenfunc.h to cpufunc.h, 2004-12-10 18:47:52 +00:00
xenio.h
xenkbcvar.h
xenpmap.h