Files
android_kernel_xiaomi_sm8450/arch/arm/kernel
Russell King 1b16c4bcf8 ARM: Fix !kuser helpers case
Fix yet another build failure caused by a weird set of configuration
settings:

  LD      init/built-in.o
arch/arm/kernel/built-in.o: In function `__dabt_usr':
/home/tom3q/kernel/arch/arm/kernel/entry-armv.S:377: undefined reference to `kuser_cmpxchg64_fixup'
arch/arm/kernel/built-in.o: In function `__irq_usr':
/home/tom3q/kernel/arch/arm/kernel/entry-armv.S:387: undefined reference to `kuser_cmpxchg64_fixup'

caused by:
CONFIG_KUSER_HELPERS=n
CONFIG_CPU_32v6K=n
CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG=n

Reported-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2013-08-07 14:00:11 +01:00
..
2013-03-03 22:54:18 +00:00
2012-03-28 18:30:01 +01:00
2013-08-07 14:00:11 +01:00
2012-03-24 09:38:56 +00:00
2010-10-29 13:14:40 -05:00
2013-06-03 14:20:18 -07:00
2013-05-21 14:24:11 +00:00
2013-05-05 00:07:22 -04:00