Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -6
+1 -6
arch/ia64/kvm/kvm-ia64.c
··· 38 38 #include <asm/cacheflush.h> 39 39 #include <asm/div64.h> 40 40 #include <asm/tlb.h> 41 + #include <asm/elf.h> 41 42 42 43 #include "misc.h" 43 44 #include "vti.h" ··· 60 59 61 60 struct kvm_stats_debugfs_item debugfs_entries[] = { 62 61 { NULL } 63 - }; 64 - 65 - 66 - struct fdesc{ 67 - unsigned long ip; 68 - unsigned long gp; 69 62 }; 70 63 71 64 static void kvm_flush_icache(unsigned long start, unsigned long len)