aboutsummaryrefslogtreecommitdiff
path: root/include/asm-um/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/a.out.h')
-rw-r--r--include/asm-um/a.out.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/asm-um/a.out.h b/include/asm-um/a.out.h
deleted file mode 100644
index 9281dd8eb33..00000000000
--- a/include/asm-um/a.out.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * 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"
-
-#undef STACK_TOP
-#undef STACK_TOP_MAX
-
-extern unsigned long stacksizelim;
-
-extern unsigned long host_task_size;
-
-#define STACK_ROOM (stacksizelim)
-
-#define STACK_TOP task_size
-
-#define STACK_TOP_MAX STACK_TOP
-
-#endif