Revision 0871b7248113ebfccbfabcd3fd1f867a2bc681f4 authored by Russell King on 17 July 2015, 09:33:04 UTC, committed by Russell King on 17 July 2015, 14:08:40 UTC
Fengguang Wu reports that building ARM with !MMU results in the
following build error:

   arch/arm/kernel/built-in.o: In function `__soft_restart':
>> :(.text+0x1624): undefined reference to `arch_virt_to_idmap'

Fix this by adding an appropriate IS_ENABLED(CONFIG_MMU) into the
__virt_to_idmap() inline function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent bac51ad
History
File Mode Size
.gitignore -rw-r--r-- 22 bytes
Makefile -rw-r--r-- 175 bytes
cgroup_event_listener.c -rw-r--r-- 1.8 KB

back to top