diff options
| author | Richard Weinberger <richard@nod.at> | 2012-09-27 14:10:57 -0400 |
|---|---|---|
| committer | Richard Weinberger <richard@nod.at> | 2012-09-27 14:12:35 -0400 |
| commit | bbb35efcda41d589cfff5e2b08c5fb457791117c (patch) | |
| tree | 52a1d4d3958416f6d3965e8a534b108a931fc892 | |
| parent | d2ce4e92fa4f79a5fdb4cc912b411280afe21697 (diff) | |
um: Fix IPC on um
commit c1d7e01d (ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION)
forgot UML and broke IPC on it.
Also UML has to select ARCH_WANT_IPC_PARSE_VERSION usin Kconfig.
Reported-and-tested-by: <Toralf Förster toralf.foerster@gmx.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
| -rw-r--r-- | arch/x86/um/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig index 9926e11a772d..aeaff8bef2f1 100644 --- a/arch/x86/um/Kconfig +++ b/arch/x86/um/Kconfig | |||
| @@ -21,6 +21,7 @@ config 64BIT | |||
| 21 | config X86_32 | 21 | config X86_32 |
| 22 | def_bool !64BIT | 22 | def_bool !64BIT |
| 23 | select HAVE_AOUT | 23 | select HAVE_AOUT |
| 24 | select ARCH_WANT_IPC_PARSE_VERSION | ||
| 24 | 25 | ||
| 25 | config X86_64 | 26 | config X86_64 |
| 26 | def_bool 64BIT | 27 | def_bool 64BIT |
