diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-11-18 08:46:43 +0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2014-01-14 22:19:51 +0400 |
commit | 220c062688c31bbf992921fca172ddd1e609f8f6 (patch) | |
tree | 1dcc29d05ab14df393f414b20bc9f29b28a1e137 /arch/xtensa/include/asm/Kbuild | |
parent | a6e16b9aaf0df4b1de8853cad97f387ade9fa8f5 (diff) | |
download | linux-220c062688c31bbf992921fca172ddd1e609f8f6.tar.xz |
xtensa: implement robust futex atomic uaccess ops
This enables the set_robust_list(2) system call.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/include/asm/Kbuild')
-rw-r--r-- | arch/xtensa/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/include/asm/Kbuild b/arch/xtensa/include/asm/Kbuild index 228d6aee3a16..5851db291583 100644 --- a/arch/xtensa/include/asm/Kbuild +++ b/arch/xtensa/include/asm/Kbuild @@ -8,7 +8,6 @@ generic-y += emergency-restart.h generic-y += errno.h generic-y += exec.h generic-y += fcntl.h -generic-y += futex.h generic-y += hardirq.h generic-y += ioctl.h generic-y += irq_regs.h |