diff options
author | Frederic Weisbecker <[email protected]> | 2015-03-04 17:36:32 +0100 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2015-03-09 16:40:48 +0200 |
commit | c5ae732a443e2600823b930457eaab6e25f69b32 (patch) | |
tree | 1910c97fddec62fb35745fbe9ed3b087cb621e5c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
ppc: Remove unused cpp symbols in kvm headers
These don't seem to be used anywhere.
Acked-by: Rik van Riel <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Alexander Graf <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Will deacon <[email protected]>
Cc: Marcelo Tosatti <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Cc: Luiz Capitulino <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
-rw-r--r-- | arch/powerpc/include/asm/kvm_book3s.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/kvm_book3s.h b/arch/powerpc/include/asm/kvm_book3s.h index 942c7b1678e3..993090422690 100644 --- a/arch/powerpc/include/asm/kvm_book3s.h +++ b/arch/powerpc/include/asm/kvm_book3s.h @@ -106,10 +106,6 @@ struct kvmppc_vcpu_book3s { spinlock_t mmu_lock; }; -#define CONTEXT_HOST 0 -#define CONTEXT_GUEST 1 -#define CONTEXT_GUEST_END 2 - #define VSID_REAL 0x07ffffffffc00000ULL #define VSID_BAT 0x07ffffffffb00000ULL #define VSID_64K 0x0800000000000000ULL |