projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b79423
)
Work around new nmi code in keyhandler
author
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Fri, 13 Jan 2006 20:58:41 +0000
(14:58 -0600)
committer
djm@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
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/xenmisc.c
b/xen/arch/ia64/xen/xenmisc.c
index eaddbee41c68b8b12ccae2c7c026bc5122e60b24..85b140dd42468ccc5bd75d5a509323610c6fa2d3 100644
(file)
--- a/
xen/arch/ia64/xen/xenmisc.c
+++ b/
xen/arch/ia64/xen/xenmisc.c
@@
-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
///////////////////////////////