diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-08-31 04:32:09 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-08-31 04:32:09 -0700 |
| commit | e23a122041c7feff126ad59934f7108be95f4af8 (patch) | |
| tree | a303fe672fb83ce4c3d265cb5d469e9dc1a0634c /include/linux/proc_fs.h | |
| parent | 09952a581aae48a700e0b49ab3bffc41f3ee140a (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.h | 2 |
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) { } |
