提交 099d575a 编写于 作者: D David S. Miller 提交者: David S. Miller

[SPARC64]: Kill unused ITAG_MASK macro in ultra.S

It is unused since we went to an I-cache flush that solely used
the 'flush' instruction, and it's presence breaks the build
when PAGE_SIZE is 512KB.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 23e8bc20
...@@ -120,13 +120,6 @@ __spitfire_flush_tlb_mm_slow: ...@@ -120,13 +120,6 @@ __spitfire_flush_tlb_mm_slow:
/* /*
* The following code flushes one page_size worth. * The following code flushes one page_size worth.
*/ */
#if (PAGE_SHIFT == 13)
#define ITAG_MASK 0xfe
#elif (PAGE_SHIFT == 16)
#define ITAG_MASK 0x7fe
#else
#error unsupported PAGE_SIZE
#endif
.section .kprobes.text, "ax" .section .kprobes.text, "ax"
.align 32 .align 32
.globl __flush_icache_page .globl __flush_icache_page
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册