aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/config.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-25 12:25:54 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-25 12:25:54 +0100
commit582724b0ea12d27f3a18c8c3c15cccf7d655dae6 (patch)
tree7ab46ccde55050f9725b8446edfe48d2ae5ea316 /xen/include/xen/config.h
parent67ce9409e141bb4949f2f037e937ef3fc18a8608 (diff)
downloadxen-582724b0ea12d27f3a18c8c3c15cccf7d655dae6.tar.gz
xen-582724b0ea12d27f3a18c8c3c15cccf7d655dae6.tar.bz2
xen-582724b0ea12d27f3a18c8c3c15cccf7d655dae6.zip
[XEN] Add basic NUMA/SRAT support to Xen from Linux 2.6.16.29.
Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
Diffstat (limited to 'xen/include/xen/config.h')
-rw-r--r--xen/include/xen/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/config.h b/xen/include/xen/config.h
index e3f94d5843..f79472da77 100644
--- a/xen/include/xen/config.h
+++ b/xen/include/xen/config.h
@@ -50,5 +50,7 @@
#endif /* !__ASSEMBLY__ */
#define fastcall
+#define __cpuinitdata
+#define __cpuinit
#endif /* __XEN_CONFIG_H__ */