uml: Kconfig cleanup

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Saturday, April 26, 2008 - 5:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=18e413...
Commit:     18e413f7193ed2f6991d959863f46330813aa242
Parent:     297e1b256b1090adbb4357608be3d4301e76c0ce
Author:     Ingo Molnar <mingo@elte.hu>
AuthorDate: Sat Apr 26 19:10:17 2008 +0200
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Sat Apr 26 19:21:16 2008 +0200

    uml: Kconfig cleanup
    
    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 |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/arch/um/Kconfig.x86_64 b/arch/um/Kconfig.x86_64
index 3fbe69e..5696e7b 100644
--- 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
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
uml: Kconfig cleanup, Linux Kernel Mailing List..., (Sat Apr 26, 5:59 pm)