Re: linux-next: Tree for July 26 (uml)
From: Richard Weinberger <richard@nod.at>
Date: 2012-08-14 14:57:35
Also in:
linux-um, lkml
Attachments
- signature.asc [application/pgp-signature] 490 bytes
From: Richard Weinberger <richard@nod.at>
Date: 2012-08-14 14:57:35
Also in:
linux-um, lkml
Am 14.08.2012 16:54, schrieb David Howells:
David Howells [off-list ref] wrote:quoted
I can certainly try pasting the lines from x86/Kconfig to uml/Kconfig.common to switch the REL/RELA bits, but it would be nice to get this from the actual arch if possible to reduce redundancy.The attached patch works. David ---diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common index cb837c2..0463e48 100644 --- a/arch/um/Kconfig.common +++ b/arch/um/Kconfig.common@@ -11,6 +11,8 @@ config UML select GENERIC_CPU_DEVICES select GENERIC_IO select GENERIC_CLOCKEVENTS + select MODULES_USE_ELF_REL if X86_32 + select MODULES_USE_ELF_RELA if X86_64
I think arch/x86/um/Kconfig makes more sense. Thanks, //richard