ia64/xen-unstable
changeset 4857:7b0fa15646cd
bitkeeper revision 1.1389.15.18 (42826a4bIyE6hp7QaYulFBx8yx2LTQ)
cdb.c:
Fix cdb build.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
cdb.c:
Fix cdb build.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Wed May 11 20:25:47 2005 +0000 (2005-05-11) |
parents | 4f406bfbf32e |
children | b49e8f73f9ba |
files | xen/arch/x86/cdb.c |
line diff
1.1 --- a/xen/arch/x86/cdb.c Wed May 11 20:20:57 2005 +0000 1.2 +++ b/xen/arch/x86/cdb.c Wed May 11 20:25:47 2005 +0000 1.3 @@ -12,7 +12,9 @@ 1.4 #include <asm/irq.h> 1.5 #include <xen/spinlock.h> 1.6 #include <asm/debugger.h> 1.7 -#include <asm/init.h> 1.8 +#include <xen/init.h> 1.9 +#include <xen/smp.h> 1.10 +#include <asm/apic.h> 1.11 1.12 /* Printk isn't particularly safe just after we've trapped to the 1.13 debugger. so avoid it. */