projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff39e4
)
Remove annoying #warning when compiling with CONFIG_XEN_SMP
author
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Fri, 13 Jan 2006 20:19:30 +0000
(14:19 -0600)
committer
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Fri, 13 Jan 2006 20:19:30 +0000
(14:19 -0600)
xen/include/asm-ia64/config.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/config.h
b/xen/include/asm-ia64/config.h
index 74ee48ac0fd8131f6900eed5d2950038499f8f21..3ffeb9bd6c930deb33c94829a8f886e167f31b74 100644
(file)
--- a/
xen/include/asm-ia64/config.h
+++ b/
xen/include/asm-ia64/config.h
@@
-121,7
+121,7
@@
extern char _end[]; /* standard ELF symbol */
// from include/asm-ia64/smp.h
#ifdef CONFIG_SMP
-#warning "Lots of things to fix to enable CONFIG_SMP!"
+
//
#warning "Lots of things to fix to enable CONFIG_SMP!"
#endif
#define get_cpu() smp_processor_id()
#define put_cpu() do {} while(0)