projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
297e1b2
)
uml: Kconfig cleanup
author
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Apr 2008 17:10:17 +0000
(19:10 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Apr 2008 17:21:16 +0000
(19:21 +0200)
pointed out by Linus: arch/um/Kconfig.x86_64 should
include arch/x86/Kconfig.cpu instead of defining those
symbols itself.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/um/Kconfig.x86_64
patch
|
blob
|
history
diff --git
a/arch/um/Kconfig.x86_64
b/arch/um/Kconfig.x86_64
index 3fbe69e359edcd6ddcc7b18e701c7a04071741fa..5696e7b374b31904b7559d045b7235b4e25bcf3e 100644
(file)
--- a/
arch/um/Kconfig.x86_64
+++ b/
arch/um/Kconfig.x86_64
@@
-1,3
+1,10
@@
+
+menu "Host processor type and features"
+
+source "arch/x86/Kconfig.cpu"
+
+endmenu
+
config UML_X86
bool
default y