powerpc/asm: Remove unused symbols in asm-offsets.c
THREAD_DSCR:
Added in
42812a07fed7 "powerpc: Per process DSCR + some fixes (try#4)"
Last usage removed in
10a5e6a58f38 "powerpc: Create context switch helpers save_sprs() and restore_sprs()"
THREAD_DSCR_INHERIT:
Added in
f2aa0e7cf69f "powerpc: Restore correct DSCR in context switch"
Last usage removed in
10a5e6a58f38 "powerpc: Create context switch helpers save_sprs() and restore_sprs()"
THREAD_TAR:
Added in
1095a5d9af1a "powerpc: Add support for context switching the TAR register"
Last usage removed in
10a5e6a58f38 "powerpc: Create context switch helpers save_sprs() and restore_sprs()"
THREAD_BESCR, THREAD_EBBHR and THREAD_EBBRR:
Added in
7158b64e0b24 "powerpc: Context switch the new EBB SPRs"
Last usage removed in
10a5e6a58f38 "powerpc: Create context switch helpers save_sprs() and restore_sprs()"
THREAD_SIAR, THREAD_SDAR, THREAD_SIER, THREAD_MMCR0, and THREAD_MMCR2:
Added in
44f024122857 "powerpc: Context switch more PMU related SPRs"
Last usage removed in
fff93836ba5f "powerpc: Partial revert of "Context switch more PMU related SPRs""
PACA_LOCK_TOKEN:
Added in
1cd7b8d34ea8 "KVM: PPC: book3s_hv: Add support for PPC970-family processors"
Last usage removed in
4bde184a60d0 "KVM: PPC: Book3S HV: Remove code for PPC970 processors"
HCALL_STAT_SIZE, HCALL_STAT_CALLS, HCALL_STAT_TB and HCALL_STAT_PURR:
Added in
6f64a7904e92 "[POWERPC] powerpc: Instrument Hypervisor Calls"
Last usage removed in
441355fae117 "powerpc: tracing: Add hypervisor call tracepoints"
VCPU_EPLC:
Added in
a73de320ba95 "KVM: PPC: booke: category E.HV (GS-mode) support"
Never used.
CPU_DOWN_FLUSH:
Added in
f76bc9ae7667 "powerpc/cache: add cache flush operation for various e500"
Never used.
CFG_STAMP_XSEC:
Added in
548673ab49cb "powerpc: Merge enough to start building in arch/powerpc."
Last usage removed in
c9e006d7f068 "powerpc: Rework VDSO gettimeofday to prevent time going backwards"
KVM_LPCR:
Added in
4839a7873a3d "KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests"
Last usage removed in
1333e75820b0 "KVM: PPC: Book3S HV: Store LPCR value for each virtual core"
GPR15, GPR16, GPR17, GPR18, GPR19, GPR20, GPR21, GPR22, GPR23, GPR24,
GPR25, GPR26, GPR27, GPR28, GPR29, GPR30 and GPR31:
Added in
548673ab49cb "powerpc: Merge enough to start building in arch/powerpc."
Never used.
VCPU_SHADOW_FSCR:
Added in
fc737915fea6 "KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR"
Never used.
VCPU_SHADOW_SRR1:
Added in
89098026f6b9 "KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu"
Never used.
KVM_SPLIT_SIZE:
Added in
dbf677c6b480 "KVM: PPC: Book3S HV: Implement dynamicmicro-threading on POWER8"
Never used.
VCPU_VCPUID:
Added in
cbb14221be11 "KVM: PPC: Add support for Book3S processors in hypervisor mode"
Last usage removed
ac94ad59c38e "KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations"
_MQ:
Added in
548673ab49cb "powerpc: Merge enough to start building in arch/powerpc."
Never used.
AUDITCONTEXT:
Added in
548673ab49cb "powerpc: Merge enough to start building in arch/powerpc."
Last usage removed in
3f9516005897 "[PATCH] syscall entry/exit revamp"
CLONE_VM:
Added in
548673ab49cb "powerpc: Merge enough to start building in arch/powerpc."
Currently unused.
CLONE_UNTRACED:
Added in
548673ab49cb "powerpc: Merge enough to start building in arch/powerpc."
Currently unused.
Signed-off-by: Rashmica Gupta <rashmicy@gmail.com>
[mpe: Munge change log]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>