[2.6 patch] include/asm-h8300/page.h: remove unused KTHREAD_SIZE #define

From: Adrian Bunk
Date: Fri Jan 06 2006 - 11:18:33 EST


This patch removes an unused #define.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.15-mm1-full/include/asm-h8300/page.h.old 2006-01-06 16:44:15.000000000 +0100
+++ linux-2.6.15-mm1-full/include/asm-h8300/page.h 2006-01-06 16:44:25.000000000 +0100
@@ -13,12 +13,6 @@

#include <asm/setup.h>

-#if !defined(CONFIG_SMALL_TASKS) && PAGE_SHIFT < 13
-#define KTHREAD_SIZE (8192)
-#else
-#define KTHREAD_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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/