mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 23:53:52 +02:00
With CONFIG_CFI_CLANG, the compiler replaces function pointers with jump table addresses, which results in __pa_symbol returning the physical address of the jump table entry. As the jump table contains an immediate jump to an EL1 virtual address, this typically won't work as intended. Use __pa_function instead to get the address to cpu_resume. Bug: 145210207 Change-Id: Iebcb0950b074c0ed0ddc6ec6cd8c4ff539f00e7c Signed-off-by: Sami Tolvanen <samitolvanen@google.com> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| psci_checker.c | ||
| psci.c | ||