Searched hist:"5 d38000b3c97a1079734c0b4c5f87d5b935318cd" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/mm/ |
H A D | Kconfig | diff 5d38000b3c97a1079734c0b4c5f87d5b935318cd Fri Apr 17 22:51:38 CEST 2015 Nathan Lynch <nathan_lynch@mentor.com> ARM: 8342/1: VDSO: depend on CPU_V7
When targeting ARMv3 (e.g. rpc) and enabling CONFIG_VDSO we get:
arch/arm/vdso/datapage.S:13: Error: selected processor does not support ARM mode `bx lr'
One fix considered was to use 'ldr pc,lr' for such configurations, but since the VDSO is unlikely to be useful for pre-v7 hardware, just make it depend on CONFIG_CPU_V7.
Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|