jbd2: correctly unescape journal data blocks
[sfrench/cifs-2.6.git] / include / asm-um / a.out.h
index 78bc9eed26b2b2b030171ab27fae694be72f9036..754181ee86831433bcfcc4e2ba4ad78c516c6229 100644 (file)
@@ -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