It uses get_futex_key().
Signed-off-by: Alexey Dobriyan <[email protected]>
---
drivers/lguest/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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---
On Thu, 2007-08-23 at 17:25 +0400, Alexey Dobriyan wrote:
> It uses get_futex_key().
>
> Signed-off-by: Alexey Dobriyan <[email protected]>
Good catch. Thanks, sent to Linus.
Cheers,
Rusty.