Skip to content

Commit

Permalink
unicore32 fix: remove arch-specific futex support
Browse files Browse the repository at this point in the history
The futex functions in unicore32 are not used and verified,
so just replaced by asm-generic version.

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Guan Xuetao committed Apr 2, 2011
1 parent df93878 commit 0bfdc8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 144 deletions.
2 changes: 1 addition & 1 deletion arch/unicore32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ASM_GENERIC_HEADERS += bitsperlong.h bug.h bugs.h
ASM_GENERIC_HEADERS += cputime.h current.h
ASM_GENERIC_HEADERS += device.h div64.h
ASM_GENERIC_HEADERS += emergency-restart.h errno.h
ASM_GENERIC_HEADERS += fb.h fcntl.h ftrace.h
ASM_GENERIC_HEADERS += fb.h fcntl.h ftrace.h futex.h
ASM_GENERIC_HEADERS += hardirq.h hw_irq.h
ASM_GENERIC_HEADERS += ioctl.h ioctls.h ipcbuf.h irq_regs.h
ASM_GENERIC_HEADERS += kdebug.h kmap_types.h
Expand Down
143 changes: 0 additions & 143 deletions arch/unicore32/include/asm/futex.h

This file was deleted.

0 comments on commit 0bfdc8e

Please sign in to comment.