aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/exception-64e.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/exception-64e.h')
-rw-r--r--arch/powerpc/include/asm/exception-64e.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/include/asm/exception-64e.h b/arch/powerpc/include/asm/exception-64e.h
index e73452f09019..a563d9afd179 100644
--- a/arch/powerpc/include/asm/exception-64e.h
+++ b/arch/powerpc/include/asm/exception-64e.h
@@ -172,16 +172,6 @@ exc_##label##_book3e:
172 ld r9,EX_TLB_R9(r12); \ 172 ld r9,EX_TLB_R9(r12); \
173 ld r8,EX_TLB_R8(r12); \ 173 ld r8,EX_TLB_R8(r12); \
174 mtlr r16; 174 mtlr r16;
175#define TLB_MISS_PROLOG_STATS_BOLTED \
176 mflr r10; \
177 std r8,PACA_EXTLB+EX_TLB_R8(r13); \
178 std r9,PACA_EXTLB+EX_TLB_R9(r13); \
179 std r10,PACA_EXTLB+EX_TLB_LR(r13);
180#define TLB_MISS_RESTORE_STATS_BOLTED \
181 ld r16,PACA_EXTLB+EX_TLB_LR(r13); \
182 ld r9,PACA_EXTLB+EX_TLB_R9(r13); \
183 ld r8,PACA_EXTLB+EX_TLB_R8(r13); \
184 mtlr r16;
185#define TLB_MISS_STATS_D(name) \ 175#define TLB_MISS_STATS_D(name) \
186 addi r9,r13,MMSTAT_DSTATS+name; \ 176 addi r9,r13,MMSTAT_DSTATS+name; \
187 bl .tlb_stat_inc; 177 bl .tlb_stat_inc;