소스 검색

ARM: mm: tlb-v4wb: Use the new processor struct macros

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Dave Martin 14 년 전
부모
커밋
2284ece2d6
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      arch/arm/mm/tlb-v4wb.S

+ 2 - 6
arch/arm/mm/tlb-v4wb.S

@@ -69,9 +69,5 @@ ENTRY(v4wb_flush_kern_tlb_range)
 
 	__INITDATA
 
-	.type	v4wb_tlb_fns, #object
-ENTRY(v4wb_tlb_fns)
-	.long	v4wb_flush_user_tlb_range
-	.long	v4wb_flush_kern_tlb_range
-	.long	v4wb_tlb_flags
-	.size	v4wb_tlb_fns, . - v4wb_tlb_fns
+	/* define struct cpu_tlb_fns (see <asm/tlbflush.h> and proc-macros.S) */
+	define_tlb_functions v4wb, v4wb_tlb_flags