[POWERPC] cell: add missing '\n'
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-um / a.out.h
blob9281dd8eb3345960e58a9248e7027b0ff4c30059
1 /*
2 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3 * Licensed under the GPL
4 */
6 #ifndef __UM_A_OUT_H
7 #define __UM_A_OUT_H
9 #include "asm/arch/a.out.h"
11 #undef STACK_TOP
12 #undef STACK_TOP_MAX
14 extern unsigned long stacksizelim;
16 extern unsigned long host_task_size;
18 #define STACK_ROOM (stacksizelim)
20 #define STACK_TOP task_size
22 #define STACK_TOP_MAX STACK_TOP
24 #endif