[PATCH] consolidate asm/futex.h
authorJeff Dike <jdike@addtoit.com>
Sun, 8 Jan 2006 09:01:32 +0000 (01:01 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:13:39 +0000 (20:13 -0800)
commitf8aaeacec159f2d9003872781fa4d49659e347fb
treef59dc7ae8fccc41e2ded098182a146086c6e2239
parentc66fdd5e324392584c6f11de65cfe24b0e2d9303
[PATCH] consolidate asm/futex.h

Most of the architectures have the same asm/futex.h.  This consolidates them
into asm-generic, with the arches including it from their own asm/futex.h.

In the case of UML, this reverts the old broken futex.h and goes back to using
the same one as almost everyone else.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 files changed:
include/asm-alpha/futex.h
include/asm-arm/futex.h
include/asm-arm26/futex.h
include/asm-cris/futex.h
include/asm-generic/futex.h [new file with mode: 0644]
include/asm-h8300/futex.h
include/asm-ia64/futex.h
include/asm-m32r/futex.h
include/asm-m68k/futex.h
include/asm-m68knommu/futex.h
include/asm-parisc/futex.h
include/asm-s390/futex.h
include/asm-sh/futex.h
include/asm-sh64/futex.h
include/asm-sparc/futex.h
include/asm-sparc64/futex.h
include/asm-um/futex.h
include/asm-v850/futex.h