From e23a122041c7feff126ad59934f7108be95f4af8 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sun, 31 Aug 2003 04:32:09 -0700 Subject: [PATCH] kill CONFIG_KCORE_AOUT From: Adrian Bunk Remove CONFIG_KCORE_AOUT: the ability to present /proc/kcore in a.out format. I've checked with various arch maintainers. It won't be missed. --- include/linux/proc_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 254ae163c628..cbe2e5719506 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -219,7 +219,7 @@ extern struct proc_dir_entry proc_root; #endif /* CONFIG_PROC_FS */ -#if !defined(CONFIG_PROC_FS) || defined(CONFIG_KCORE_AOUT) +#if !defined(CONFIG_PROC_FS) static inline void kclist_add(struct kcore_list *new, void *addr, size_t size) { } -- cgit v1.2.3