projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be274ee
)
[PATCH] i386: Mark CONFIG_RELOCATABLE EXPERIMENTAL
author
Vivek Goyal
<vgoyal@in.ibm.com>
Thu, 7 Dec 2006 01:14:04 +0000
(
02:14
+0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:04 +0000
(
02:14
+0100)
Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/Kconfig
b/arch/i386/Kconfig
index fd2fa7a7ec52075514d5f21f651ca502401ebe1b..1f0f7b60995e38a2edc0f05161b99613dff9a987 100644
(file)
--- a/
arch/i386/Kconfig
+++ b/
arch/i386/Kconfig
@@
-774,7
+774,8
@@
config CRASH_DUMP
For more details see Documentation/kdump/kdump.txt
config RELOCATABLE
- bool "Build a relocatable kernel"
+ bool "Build a relocatable kernel(EXPERIMENTAL)"
+ depends on EXPERIMENTAL
help
This build a kernel image that retains relocation information
so it can be loaded someplace besides the default 1MB.