From 8f969983389d428de381469944712e468f99e345 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 10 Jul 2008 14:15:46 +0100 Subject: stubdom: fixes to compile with qemu-xen This adds fixes to the stub domain build into compiling Ian Jackson's qemu-xen. The most notable change is that mini-os headers now #include each other through a mini-os/ prefix, so that we can turn all -I into -isystem and still be sure that we include Mini-OS headers (and not qemu's console.h or blktaplib's list.h for instance...). Signed-off-by: Samuel Thibault --- extras/mini-os/include/spinlock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/mini-os/include/spinlock.h') diff --git a/extras/mini-os/include/spinlock.h b/extras/mini-os/include/spinlock.h index ecfe73627e..70cf20f17a 100644 --- a/extras/mini-os/include/spinlock.h +++ b/extras/mini-os/include/spinlock.h @@ -1,7 +1,7 @@ #ifndef __ASM_SPINLOCK_H #define __ASM_SPINLOCK_H -#include +#include /* * Your basic SMP spinlocks, allowing only a single CPU anywhere @@ -12,7 +12,7 @@ typedef struct { } spinlock_t; -#include "arch_spinlock.h" +#include #define SPINLOCK_MAGIC 0xdead4ead -- cgit v1.2.3