Skip to content

Commit

Permalink
KVM: ia64: 'struct fdesc' build fix
Browse files Browse the repository at this point in the history
Commit 4611a77 ("[IA64] fix compile failure with non modular builds")
introduced struct fdesc into asm/elf.h, which duplicates KVM's definition.
Remove the latter to avoid the build error.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Jes Sorensen authored and avikivity committed Sep 19, 2008
1 parent 9824b8f commit 9f72632
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions arch/ia64/kvm/kvm-ia64.c
Expand Up @@ -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"
Expand All @@ -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;
Expand Down

0 comments on commit 9f72632

Please sign in to comment.