[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] compilation fix
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID 8533c59c5b40df0f6e6d03cbc8a74057dcbed5db # Parent 5c5af79e7272c81e5a01dc0519ed7f0ac9581f6b [IA64] compilation fix asmlinkage definition is needed in xen/asm-ia64/config.h. It is necessary for xen/include/xen/acpi.h Inadvertently removed from xen-unstable.hg in cset 12266:0c332cf81e64 Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- xen/include/asm-ia64/config.h | 2 ++ 1 files changed, 2 insertions(+) diff -r 5c5af79e7272 -r 8533c59c5b40 xen/include/asm-ia64/config.h --- a/xen/include/asm-ia64/config.h Fri Nov 10 11:14:32 2006 -0700 +++ b/xen/include/asm-ia64/config.h Fri Nov 10 11:14:36 2006 -0700 @@ -168,6 +168,8 @@ extern int smp_num_siblings; #ifndef __ASSEMBLY__ #include "asm/types.h" // for u64 +#include "linux/linkage.h" // for asmlinkage which is used by + // xen/include/acpi/acpixf.h #endif // warning: unless search_extable is declared, the return value gets _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |