From 43756209ae650f643b2aab01cf63bb7bbbf95506 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 28 Oct 2002 00:52:24 -0800 Subject: ia-64 kcore changes broke i386. Guess who gets the shaft? --- fs/proc/kcore.c | 4 ---- 1 file changed, 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)) -- cgit v1.2.3