X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-um%2Fa.out.h;h=754181ee86831433bcfcc4e2ba4ad78c516c6229;hb=922a70d327bd4b11342c2afd08e20d35f52064c3;hp=7016b893ac9d7feef84533d30475998902e53735;hpb=6a91d25c0243bf20356e51cc5dbb821cc8cc129b;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-um/a.out.h b/include/asm-um/a.out.h index 7016b893ac9..754181ee868 100644 --- a/include/asm-um/a.out.h +++ b/include/asm-um/a.out.h @@ -1,20 +1,11 @@ +/* + * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) + * Licensed under the GPL + */ + #ifndef __UM_A_OUT_H #define __UM_A_OUT_H #include "asm/arch/a.out.h" -#include "choose-mode.h" - -#undef STACK_TOP -#undef STACK_TOP_MAX - -extern unsigned long stacksizelim; - -extern unsigned long host_task_size; - -#define STACK_ROOM (stacksizelim) - -extern int honeypot; -#define STACK_TOP \ - CHOOSE_MODE((honeypot ? host_task_size : task_size), task_size) #endif