From 7fc4533b321fbe7ef6ce0ef05e3b99cebe13a39e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 8 Dec 2005 15:24:02 +0100 Subject: Merge in the newer Xenbus implementation from Linux to the Mini-OS. The new version compiles and starts up, but I'm not really sure how to test the new xenbus implementation. * Added unbind_evtchn * Copied parts of the Linux spinlock implementation to make the changes to xenbus compared to Linux smaller. Also added a dummy rwsem implementation. * Updated the xenbus-files Signed-off-by: Simon Kagstrom --- extras/mini-os/kernel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/mini-os/kernel.c') diff --git a/extras/mini-os/kernel.c b/extras/mini-os/kernel.c index 495e1f6ae6..d9a58389c2 100644 --- a/extras/mini-os/kernel.c +++ b/extras/mini-os/kernel.c @@ -35,6 +35,7 @@ #include #include #include +#include "xenbus/xenbus_comms.h" /* * Shared page for communicating with the hypervisor. -- cgit v1.2.3