]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/asm: Remove unused symbols in asm-offsets.c
authorRashmica Gupta <rashmicy@gmail.com>
Wed, 1 Jun 2016 22:56:47 +0000 (08:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 16 Jun 2016 05:11:25 +0000 (15:11 +1000)
commitea6dc379a300edd73fbadc2e796f157504c8b244
tree34df31ed43fe2a75936930b34d757217e495a23f
parent023fb3027585b20ad0eb787d77a8872962bd57fc
powerpc/asm: Remove unused symbols in asm-offsets.c

THREAD_DSCR:
  Added in 1675f22db947 "powerpc: Per process DSCR + some fixes (try#4)"
  Last usage removed in 9865132eed50 "powerpc: Create context switch helpers save_sprs() and restore_sprs()"

THREAD_DSCR_INHERIT:
  Added in ebe93c30d88f "powerpc: Restore correct DSCR in context switch"
  Last usage removed in 9865132eed50 "powerpc: Create context switch helpers save_sprs() and restore_sprs()"

THREAD_TAR:
  Added in 5ff250a7cacf "powerpc: Add support for context switching the TAR register"
  Last usage removed in 9865132eed50 "powerpc: Create context switch helpers save_sprs() and restore_sprs()"

THREAD_BESCR, THREAD_EBBHR and THREAD_EBBRR:
  Added in 2cb680b53792 "powerpc: Context switch the new EBB SPRs"
  Last usage removed in 9865132eed50 "powerpc: Create context switch helpers save_sprs() and restore_sprs()"

THREAD_SIAR, THREAD_SDAR, THREAD_SIER, THREAD_MMCR0, and THREAD_MMCR2:
  Added in d1c5cfa39d37 "powerpc: Context switch more PMU related SPRs"
  Last usage removed in 5e12efbf3eb0 "powerpc: Partial revert of "Context switch more PMU related SPRs""

PACA_LOCK_TOKEN:
  Added in 15b3a60590d2 "KVM: PPC: book3s_hv: Add support for PPC970-family processors"
  Last usage removed in 0c104aa68490 "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 5141ee85b459 "KVM: PPC: booke: category E.HV (GS-mode) support"
  Never used.

CPU_DOWN_FLUSH:
  Added in a57a50451d6d "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 08a336f4866a "KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests"
  Last usage removed in 372416ae6d1d "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 a8cbf7f281a3 "KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR"
  Never used.

VCPU_SHADOW_SRR1:
  Added in 2360064c5790 "KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu"
  Never used.

KVM_SPLIT_SIZE:
  Added in 1c4639b64d5d "KVM: PPC: Book3S HV: Implement dynamicmicro-threading on POWER8"
  Never used.

VCPU_VCPUID:
  Added in fcf1fe70a00d "KVM: PPC: Add support for Book3S processors in hypervisor mode"
  Last usage removed 1ec18e05dc37 "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>
arch/powerpc/kernel/asm-offsets.c