mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ANDROID: GKI: ARM64: smp: add vendor field pending_ipi
This is added for ABI compatibility with vendors. Signed-off-by: Will McVicker <willmcvicker@google.com> Bug: 140652396 Test: compile Change-Id: Iac3f7c061db8a807586c565b40502bfc75195277
This commit is contained in:
parent
4b7a673f59
commit
aa006282c8
|
|
@ -597,6 +597,9 @@ static void __init acpi_parse_and_init_cpus(void)
|
|||
#else
|
||||
#define acpi_parse_and_init_cpus(...) do { } while (0)
|
||||
#endif
|
||||
/* Dummy vendor field */
|
||||
DEFINE_PER_CPU(bool, pending_ipi);
|
||||
EXPORT_SYMBOL_GPL(pending_ipi);
|
||||
|
||||
static void (*__smp_update_ipi_history_cb)(int cpu);
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user