Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

score: unset __ARCH_WANT_IPC_PARSE_VERSION

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>

-1
-1
arch/score/include/asm/unistd.h
··· 2 2 #define _ASM_SCORE_UNISTD_H 3 3 4 4 #define __ARCH_HAVE_MMU 5 - #define __ARCH_WANT_IPC_PARSE_VERSION 6 5 7 6 #include <asm-generic/unistd.h> 8 7