72ea372341
This really should not be needed. The change for not changing the IPC code for every new architecture just went into 2.6.31, so we can skip it now. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
9 lines
176 B
C
9 lines
176 B
C
#if !defined(_ASM_SCORE_UNISTD_H) || defined(__SYSCALL)
|
|
#define _ASM_SCORE_UNISTD_H
|
|
|
|
#define __ARCH_HAVE_MMU
|
|
|
|
#include <asm-generic/unistd.h>
|
|
|
|
#endif /* _ASM_SCORE_UNISTD_H */
|