aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/init.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-02-14 16:23:43 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-02-14 16:23:43 +0100
commit193af2f5c726788dd836c42561550029eadd7ce6 (patch)
tree5af8d09c5aff63c7e0205755acab8ee26c616274 /xen/include/xen/init.h
parent45fb1a8c3fcff16ba782347c450b748e35b4829b (diff)
downloadxen-193af2f5c726788dd836c42561550029eadd7ce6.tar.gz
xen-193af2f5c726788dd836c42561550029eadd7ce6.tar.bz2
xen-193af2f5c726788dd836c42561550029eadd7ce6.zip
Upgrade arch/x86/cpu/* files to their equivalents in
linux-2.6.16-rc2/arch/i386/kernel/cpu/*. Also include kernel taint tracking and include that information, and Xen release info, in our crash dumps. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/init.h')
-rw-r--r--xen/include/xen/init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/init.h b/xen/include/xen/init.h
index 0709c9abd8..0903cde903 100644
--- a/xen/include/xen/init.h
+++ b/xen/include/xen/init.h
@@ -100,4 +100,6 @@ extern struct kernel_param __setup_start, __setup_end;
#define __devexitdata __exitdata
#endif
+#define fastcall
+
#endif /* _LINUX_INIT_H */