direct-io.hg
changeset 3367:14b2b7a4615f
bitkeeper revision 1.1159.210.1 (41d59b4aOWdXjAhVW7vNOk29WN5c_w)
fix build w/ trace/debug/etc enabled [from michael day]
fix build w/ trace/debug/etc enabled [from michael day]
author | smh22@tempest.cl.cam.ac.uk |
---|---|
date | Fri Dec 31 18:32:42 2004 +0000 (2004-12-31) |
parents | 41bc56b8d4e3 |
children | 7b517e31b8e4 |
files | xen/arch/x86/pdb-stub.c xen/common/trace.c xen/include/asm-x86/x86_32/regs.h |
line diff
1.1 --- a/xen/arch/x86/pdb-stub.c Thu Dec 30 19:10:40 2004 +0000 1.2 +++ b/xen/arch/x86/pdb-stub.c Fri Dec 31 18:32:42 2004 +0000 1.3 @@ -21,6 +21,7 @@ 1.4 #include <xen/list.h> 1.5 #include <xen/serial.h> 1.6 #include <xen/softirq.h> 1.7 +#include <xen/init.h> 1.8 1.9 /* opt_pdb: Name of serial port for Xen pervasive debugger (and enable pdb) */ 1.10 static unsigned char opt_pdb[10] = "none";
2.1 --- a/xen/common/trace.c Thu Dec 30 19:10:40 2004 +0000 2.2 +++ b/xen/common/trace.c Fri Dec 31 18:32:42 2004 +0000 2.3 @@ -25,6 +25,7 @@ 2.4 #include <xen/smp.h> 2.5 #include <xen/trace.h> 2.6 #include <xen/errno.h> 2.7 +#include <xen/init.h> 2.8 #include <asm/atomic.h> 2.9 #include <public/dom0_ops.h> 2.10
3.1 --- a/xen/include/asm-x86/x86_32/regs.h Thu Dec 30 19:10:40 2004 +0000 3.2 +++ b/xen/include/asm-x86/x86_32/regs.h Fri Dec 31 18:32:42 2004 +0000 3.3 @@ -1,6 +1,8 @@ 3.4 #ifndef _I386_REGS_H 3.5 #define _I386_REGS_H 3.6 3.7 +#include <asm/types.h> 3.8 + 3.9 struct xen_regs 3.10 { 3.11 /* All saved activations contain the following fields. */