NetBSD/sys/arch/xen
cube 9f1eb3e30f Change all archs that did:
#define clockframe somethingelse

to:

struct clockframe {
	struct somethingelse cf_se;
};

and change access macros accordingly.

That means that, at least for that very issue, things will not go
ka-boomy if you don't have the actual definition of struct clockframe
before including systm.h.
2005-08-11 20:32:55 +00:00
..
compile
conf include cardbus/pcmcia. 2005-07-15 07:56:22 +00:00
i386 xen_shm_unmap: 2005-07-19 11:09:52 +00:00
include Change all archs that did: 2005-08-11 20:32:55 +00:00
x86 Allow compiling a domain0 kernel with vga but without pckbc, and add 2005-06-16 10:58:52 +00:00
xen Change all archs that did: 2005-08-11 20:32:55 +00:00
Makefile Merge the bouyer-xen2 branch. This add supports for the Xen 2.0 virtual 2005-03-09 22:39:19 +00:00