summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@penguin.transmeta.com>2002-10-28 00:52:24 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-10-28 00:52:24 -0800
commit43756209ae650f643b2aab01cf63bb7bbbf95506 (patch)
treee2ea66cb1224d1c433cb8467776b247aff4dec96
parentc45026dc6f62ba33378ca09886f28d8b12b4e21c (diff)
ia-64 kcore changes broke i386. Guess who gets the shaft?
-rw-r--r--fs/proc/kcore.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c
index 0a88b611569c..65d415fef9d3 100644
--- a/fs/proc/kcore.c
+++ b/fs/proc/kcore.c
@@ -99,11 +99,7 @@ static ssize_t read_kcore(struct file *file, char *buf, size_t count, loff_t *pp
}
#else /* CONFIG_KCORE_AOUT */
-#if VMALLOC_START < PAGE_OFFSET
-#define KCORE_BASE VMALLOC_START
-#else
#define KCORE_BASE PAGE_OFFSET
-#endif
#define roundup(x, y) ((((x)+((y)-1))/(y))*(y))