]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc64/a.out.h
DCA: convert struct class_device to struct device.
[linux-2.6-omap-h63xx.git] / include / asm-sparc64 / a.out.h
index eb3b8e90b279a49af3972e8ed79d9fd60cc2dbfa..53c95bdfc66eb5e005442e0db26bc3c34d7524a5 100644 (file)
@@ -93,16 +93,6 @@ struct relocation_info /* used when header.a_machtype == M_SPARC */
 
 #define N_RELOCATION_INFO_DECLARED 1
 
-#ifdef __KERNEL__
-
-#define STACK_TOP32    ((1UL << 32UL) - PAGE_SIZE)
-#define STACK_TOP64    (0x0000080000000000UL - (1UL << 32UL))
-
-#define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
-                  STACK_TOP32 : STACK_TOP64)
-
-#endif
-
 #endif /* !(__ASSEMBLY__) */
 
 #endif /* !(__SPARC64_A_OUT_H__) */