diff options
author | 2008-09-21 12:40:56 -0700 | |
---|---|---|
committer | 2008-09-21 12:40:56 -0700 | |
commit | 6f21d806f698a5c437dcae1f03e8dd73e3f5aab1 (patch) | |
tree | 938273c283594304dc5a0e6d1efd32a1a87f4b19 | |
parent | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus (diff) | |
parent | KVM: ia64: 'struct fdesc' build fix (diff) | |
download | linux-dev-6f21d806f698a5c437dcae1f03e8dd73e3f5aab1.tar.xz linux-dev-6f21d806f698a5c437dcae1f03e8dd73e3f5aab1.zip |
Merge branch 'kvm-updates/2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
* 'kvm-updates/2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm:
KVM: ia64: 'struct fdesc' build fix
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index 7a37d06376be..cd0d1a7284b7 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c @@ -38,6 +38,7 @@ #include <asm/cacheflush.h> #include <asm/div64.h> #include <asm/tlb.h> +#include <asm/elf.h> #include "misc.h" #include "vti.h" @@ -61,12 +62,6 @@ struct kvm_stats_debugfs_item debugfs_entries[] = { { NULL } }; - -struct fdesc{ - unsigned long ip; - unsigned long gp; -}; - static void kvm_flush_icache(unsigned long start, unsigned long len) { int l; |