Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=deec5950479b72eff3130dc6f956a87466ed41c6
Commit:     deec5950479b72eff3130dc6f956a87466ed41c6
Parent:     b377fd3982ad957c796758a90e2988401a884241
Author:     Alexey Dobriyan <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 24 00:03:47 2007 +0400
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Aug 23 21:23:33 2007 -0700

    lguest should depend on CONFIG_FUTEX
    
    It uses get_futex_key().
    
    Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]>
    Signed-off-by: Rusty Russell <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/lguest/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig
index fd6925f..41e2250 100644
--- a/drivers/lguest/Kconfig
+++ b/drivers/lguest/Kconfig
@@ -1,6 +1,6 @@
 config LGUEST
        tristate "Linux hypervisor example code"
-       depends on X86 && PARAVIRT && EXPERIMENTAL && !X86_PAE
+       depends on X86 && PARAVIRT && EXPERIMENTAL && !X86_PAE && FUTEX
        select LGUEST_GUEST
        select HVC_DRIVER
        ---help---
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to