Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa006282 authored by Will McVicker's avatar Will McVicker
Browse files

ANDROID: GKI: ARM64: smp: add vendor field pending_ipi



This is added for ABI compatibility with vendors.

Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
Bug: 140652396
Test: compile
Change-Id: Iac3f7c061db8a807586c565b40502bfc75195277
parent 4b7a673f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);
/*