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:
parent
b492fa8a50
commit
6f6d8bb444
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue