ChangeSet 1.2209, 2005/03/26 13:28:59-08:00, [EMAIL PROTECTED]

        [PATCH] m68knommu: remove duplicate definition of THREAD_SIZE
        
        Remove definition of THREAD_SIZE in page.h for m68knommu.
        It is defined in thread_info.h
        
        Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 page.h |    6 ------
 1 files changed, 6 deletions(-)


diff -Nru a/include/asm-m68knommu/page.h b/include/asm-m68knommu/page.h
--- a/include/asm-m68knommu/page.h      2005-03-26 17:28:29 -08:00
+++ b/include/asm-m68knommu/page.h      2005-03-26 17:28:29 -08:00
@@ -13,12 +13,6 @@
 
 #include <asm/setup.h>
 
-#if !defined(CONFIG_SMALL_TASKS) && PAGE_SHIFT < 13
-#define THREAD_SIZE (8192)
-#else
-#define THREAD_SIZE PAGE_SIZE
-#endif
- 
 #ifndef __ASSEMBLY__
  
 #define get_user_page(vaddr)           __get_free_page(GFP_KERNEL)
-
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