From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Parish Subject: cdb.c not building Date: Wed, 11 May 2005 18:04:48 +0000 Message-ID: <20050511180448.GA13534@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="BXVAT5kNtrzKuDFl" Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cdb.c.diff" --- 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 #include #include -#include +#include /* 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); --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --BXVAT5kNtrzKuDFl--