[PATCH 1/8] base-small: introduce the CONFIG_BASE_SMALL flag
From: Matt Mackall (mpm_at_selenic.com)
Date: 01/31/05
- Previous message: Matt Mackall: "[PATCH 2/8] base-small: shrink major_names hash"
- In reply to: Matt Mackall: "[PATCH 0/8] base-small: CONFIG_BASE_SMALL for small systems"
- Next in thread: Matt Mackall: "[PATCH 2/8] base-small: shrink major_names hash"
- Reply: Matt Mackall: "[PATCH 2/8] base-small: shrink major_names hash"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 Jan 2005 01:25:51 -0600 To: Andrew Morton <akpm@osdl.org>
Add CONFIG_BASE_SMALL for miscellaneous core size that don't warrant
their own options. Example users to follow.
Signed-off-by: Matt Mackall <mpm@selenic.com>
Index: mm2/init/Kconfig
===================================================================
--- mm2.orig/init/Kconfig 2005-01-30 21:26:29.000000000 -0800
+++ mm2/init/Kconfig 2005-01-30 21:51:08.000000000 -0800
@@ -286,6 +286,18 @@
reported. KALLSYMS_EXTRA_PASS is only a temporary workaround while
you wait for kallsyms to be fixed.
+config BASE_FULL
+ default y
+ bool "Enable full-sized data structures for core" if EMBEDDED
+ help
+ Disabling this option reduces the size of miscellaneous core
+ kernel data structures.
+
+config BASE_SMALL
+ int
+ default 0 if BASE_FULL
+ default 1 if !BASE_FULL
+
config FUTEX
bool "Enable futex support" if EMBEDDED
default y
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Matt Mackall: "[PATCH 2/8] base-small: shrink major_names hash"
- In reply to: Matt Mackall: "[PATCH 0/8] base-small: CONFIG_BASE_SMALL for small systems"
- Next in thread: Matt Mackall: "[PATCH 2/8] base-small: shrink major_names hash"
- Reply: Matt Mackall: "[PATCH 2/8] base-small: shrink major_names hash"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|