aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorKevin Hao <haokexin@gmail.com>2015-08-13 19:51:35 +0800
committerScott Wood <scottwood@freescale.com>2015-08-17 18:53:42 -0500
commite5e55cc08c76134e38526a66b3bd30b1b71bbf63 (patch)
treee531027c6168d044f488f82085232a569059af14 /arch/powerpc/kernel/asm-offsets.c
parente8c4b3dfe17a7e83ea134d6a857f9a3e8e71357f (diff)
downloadlinux-e5e55cc08c76134e38526a66b3bd30b1b71bbf63.tar.gz
powerpc/e6500: remove the stale TCD_LOCK macro
Since we moved the "lock" to be the first element of struct tlb_core_data in commit 82d86de25b9c ("powerpc/e6500: Make TLB lock recursive"), this macro is not used by any code. Just delete it. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
-rw-r--r--arch/powerpc/kernel/asm-offsets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c
index 98230579d99c74..810f433731dcac 100644
--- a/arch/powerpc/kernel/asm-offsets.c
+++ b/arch/powerpc/kernel/asm-offsets.c
@@ -213,7 +213,6 @@ int main(void)
offsetof(struct tlb_core_data, esel_max));
DEFINE(TCD_ESEL_FIRST,
offsetof(struct tlb_core_data, esel_first));
- DEFINE(TCD_LOCK, offsetof(struct tlb_core_data, lock));
#endif /* CONFIG_PPC_BOOK3E */
#ifdef CONFIG_PPC_STD_MMU_64