X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68k%2Fprocessor.h;h=1f61ef53f0e0b068f2962f0a22d0f1dd4899f964;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=4453ec379c5dabd2e723f8b8105ca6066e2b6f14;hpb=6869ce1c145aaea9f9f8eb8623a261d316b0cd19;p=linux-2.6 diff --git a/include/asm-m68k/processor.h b/include/asm-m68k/processor.h index 4453ec379c..1f61ef53f0 100644 --- a/include/asm-m68k/processor.h +++ b/include/asm-m68k/processor.h @@ -41,6 +41,11 @@ static inline void wrusp(unsigned long usp) #define TASK_SIZE (0x0E000000UL) #endif +#ifdef __KERNEL__ +#define STACK_TOP TASK_SIZE +#define STACK_TOP_MAX STACK_TOP +#endif + /* This decides where the kernel will search for a free chunk of vm * space during mmap's. */