mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
ANDROID: arm64: Export system_32bit_el0_cpumask symbol
system_32bit_el0_cpumask is needed by Qualcomm's vendor modules to implement the 32/64 bit support in an asymmetric multiprocessing system. Hence, export the symbol. Bug: 200103201 Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com> Change-Id: I3987fef7b321d10ac1d0d37d654057eb044580db
This commit is contained in:
parent
73f8838ab9
commit
0413ebe134
|
|
@ -1425,6 +1425,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…
Reference in New Issue
Block a user