Work around new nmi code in keyhandler
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Fri, 13 Jan 2006 20:58:41 +0000 (14:58 -0600)
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Fri, 13 Jan 2006 20:58:41 +0000 (14:58 -0600)
Signed-off-by: Dan Magenheimer <dan.magenheimer@hp.com>
xen/arch/ia64/xen/xenmisc.c

index eaddbee41c68b8b12ccae2c7c026bc5122e60b24..85b140dd42468ccc5bd75d5a509323610c6fa2d3 100644 (file)
@@ -203,6 +203,8 @@ void dump_pageframe_info(struct domain *d)
        printk("dump_pageframe_info not implemented\n");
 }
 
+int nmi_count(int x) { return x; }
+
 ///////////////////////////////
 // called from arch/ia64/head.S
 ///////////////////////////////