mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09: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:
@@ -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);
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user