summaryrefslogtreecommitdiff
path: root/include/linux/proc_fs.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-08-31 04:32:09 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-08-31 04:32:09 -0700
commite23a122041c7feff126ad59934f7108be95f4af8 (patch)
treea303fe672fb83ce4c3d265cb5d469e9dc1a0634c /include/linux/proc_fs.h
parent09952a581aae48a700e0b49ab3bffc41f3ee140a (diff)
[PATCH] kill CONFIG_KCORE_AOUT
From: Adrian Bunk <bunk@fs.tum.de> 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.
Diffstat (limited to 'include/linux/proc_fs.h')
-rw-r--r--include/linux/proc_fs.h2
1 files changed, 1 insertions, 1 deletions
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)
{
}