diff options
author | Guilherme G. Piccoli <gpiccoli@igalia.com> | 2022-06-07 19:24:58 -0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-06-09 20:43:29 +0200 |
commit | 409dfdcaffb266acfc1f33529a26b1443c9332d4 (patch) | |
tree | 9428e35d6cbb0ceba31a08c274ba822b82adc0c8 /drivers/i3c | |
parent | f2906aa863381afb0015a9eb7fefad885d4e5a56 (diff) | |
download | linux-409dfdcaffb266acfc1f33529a26b1443c9332d4.tar.bz2 |
ACPI: processor/idle: Annotate more functions to live in cpuidle section
Commit 6727ad9e206c ("nmi_backtrace: generate one-line reports for idle cpus")
introduced a new text section called cpuidle; with that, we have a mechanism
to add idling functions in such section and skip them from nmi_backtrace
output, since they're useless and potentially flooding for such report.
Happens that inlining might cause some real idle functions to end-up
outside of such section; this is currently the case of ACPI processor_idle
driver; the functions acpi_idle_enter_* do inline acpi_idle_do_entry(),
hence they stay out of the cpuidle section.
Fix that by marking such functions to also live in the cpuidle section.
Fixes: 6727ad9e206c ("nmi_backtrace: generate one-line reports for idle cpus")
Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/i3c')
0 files changed, 0 insertions, 0 deletions