Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 5938/1: ARM: L2: export outer_cache_fns

The 'outer_cache' variable is needed by the outer_inv_range(),
outer_clean_range() and outer_flush_range() functions, which are
declared as inline in asm/cacheflush.h. Otherwise drivers built
as a loadable module, which access these functions, will have
an undefined symbol.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Santosh Shilimkar and committed by
Russell King
6c09f09d b0483e78

+1
+1
arch/arm/kernel/setup.c
··· 102 102 #endif 103 103 #ifdef CONFIG_OUTER_CACHE 104 104 struct outer_cache_fns outer_cache; 105 + EXPORT_SYMBOL(outer_cache); 105 106 #endif 106 107 107 108 struct stack {