mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 12:30:23 +09:00
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:
committed by
Quentin Perret
parent
b492fa8a50
commit
6f6d8bb444
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user