X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-um%2Fa.out.h;h=754181ee86831433bcfcc4e2ba4ad78c516c6229;hb=188da98800893691e47eea9335a234378e32aceb;hp=78bc9eed26b2b2b030171ab27fae694be72f9036;hpb=5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-um/a.out.h b/include/asm-um/a.out.h index 78bc9eed26b..754181ee868 100644 --- a/include/asm-um/a.out.h +++ b/include/asm-um/a.out.h @@ -1,22 +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) - -#define STACK_TOP_MAX STACK_TOP #endif