All of lore.kernel.org
 help / color / mirror / Atom feed
* cdb.c not building
@ 2005-05-11 18:04 Scott Parish
  0 siblings, 0 replies; only message in thread
From: Scott Parish @ 2005-05-11 18:04 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

cdb.c isn't happy right now. the attached patch is probably not the
right fix, but is a realization of what's needing to be fixed.

sRp

-- 
Scott Parish

[-- Attachment #2: cdb.c.diff --]
[-- Type: text/plain, Size: 576 bytes --]

--- old-xen-unstable-pae/xen/arch/x86/cdb.c	2005-05-11 15:51:44.000000000 +0000
+++ new-xen-unstable-pae/xen/arch/x86/cdb.c	2005-05-11 17:31:56.000000000 +0000
@@ -12,12 +12,15 @@
 #include <asm/irq.h>
 #include <xen/spinlock.h>
 #include <asm/debugger.h>
-#include <asm/init.h>
+#include <xen/init.h>
 
 /* Printk isn't particularly safe just after we've trapped to the
    debugger. so avoid it. */
 #define dbg_printk(...)
 
+extern void smp_send_stop(void);
+extern unsigned int watchdog_on;
+
 static unsigned char opt_cdb[30] = "none";
 string_param("cdb", opt_cdb);
 


[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-11 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-11 18:04 cdb.c not building Scott Parish

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.