Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=099d575aaf3dcf4c9c1e0b53c7b17c5faddb1b59
Commit:     099d575aaf3dcf4c9c1e0b53c7b17c5faddb1b59
Parent:     23e8bc200c3bbbd6eae1128e9095a3968954af2e
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 29 00:23:07 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Oct 31 15:30:51 2007 -0700

    [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: David S. Miller <[EMAIL PROTECTED]>
---
 arch/sparc64/mm/ultra.S |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/arch/sparc64/mm/ultra.S b/arch/sparc64/mm/ultra.S
index 737c269..2865c10 100644
--- a/arch/sparc64/mm/ultra.S
+++ b/arch/sparc64/mm/ultra.S
@@ -120,13 +120,6 @@ __spitfire_flush_tlb_mm_slow:
 /*
  * 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"
        .align          32
        .globl          __flush_icache_page
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to