ChangeSet 1.2181.2.50, 2005/03/26 19:48:01-08:00, [EMAIL PROTECTED]

        [SPARC64]: Make *_LOCKED_TLBENT and L1DCACHE_SIZE asm visible.
        
        Signed-off-by: David S. Miller <[EMAIL PROTECTED]>



 spitfire.h |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


diff -Nru a/include/asm-sparc64/spitfire.h b/include/asm-sparc64/spitfire.h
--- a/include/asm-sparc64/spitfire.h    2005-04-03 21:13:43 -07:00
+++ b/include/asm-sparc64/spitfire.h    2005-04-03 21:13:43 -07:00
@@ -34,6 +34,9 @@
 #define PHYS_WATCHPOINT                0x0000000000000040
 
 #define SPITFIRE_HIGHEST_LOCKED_TLBENT (64 - 1)
+#define CHEETAH_HIGHEST_LOCKED_TLBENT  (16 - 1)
+
+#define L1DCACHE_SIZE          0x4000
 
 #ifndef __ASSEMBLY__
 
@@ -44,10 +47,6 @@
 };
 
 extern enum ultra_tlb_layout tlb_type;
-
-#define CHEETAH_HIGHEST_LOCKED_TLBENT  (16 - 1)
-
-#define L1DCACHE_SIZE          0x4000
 
 #define sparc64_highest_locked_tlbent()        \
        (tlb_type == spitfire ? \
-
To unsubscribe from this list: send the line "unsubscribe bk-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