ANDROID: arm64: declare system_32bit_el0_cpumask as export

To know whether CPU supports 32bit el0 or not at module, declare
system_32bit_el0_cpumask as EXPORT_SYMBOL_GPL.

Bug: 184233663

Signed-off-by: Park Bumgyu <bumgyu.park@samsung.com>
Change-Id: Ia329a5cf35c0f2a40b8088b0c1facad2532b5a0b
This commit is contained in:
Park Bumgyu 2021-04-06 18:26:44 +09:00 committed by Quentin Perret
commit 6f6d8bb444

View file

@ -1342,6 +1342,7 @@ const struct cpumask *system_32bit_el0_cpumask(void)
return cpu_possible_mask;
}
EXPORT_SYMBOL_GPL(system_32bit_el0_cpumask);
static int __init parse_32bit_el0_param(char *str)
{