diff options
| author | Benjamin Gray <[email protected]> | 2023-07-06 01:08:16 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2023-08-02 12:57:22 +0000 |
| commit | 86582e6189dd8f9f52c25d46c70fe5d111da6345 (patch) | |
| tree | cec403b3482fa53b0820f4bd8dc94e6475ab79e3 /rust/helpers.c | |
| parent | powerpc/64e: Fix secondary thread bringup for ELFv2 kernels (diff) | |
| download | kernel-86582e6189dd8f9f52c25d46c70fe5d111da6345.tar.gz kernel-86582e6189dd8f9f52c25d46c70fe5d111da6345.zip | |
powerpc/powermac: Use early_* IO variants in via_calibrate_decr()
On a powermac platform, via the call path:
start_kernel()
time_init()
ppc_md.calibrate_decr() (pmac_calibrate_decr)
via_calibrate_decr()
ioremap() and iounmap() are called. The unmap can enable interrupts
unexpectedly (cond_resched() in vunmap_pmd_range()), which causes a
warning later in the boot sequence in start_kernel().
Use the early_* variants of these IO functions to prevent this.
The issue is pre-existing, but is surfaced by commit 721255b9826b
("genirq: Use a maple tree for interrupt descriptor management").
Signed-off-by: Benjamin Gray <[email protected]>
Reviewed-by: Christophe Leroy <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'rust/helpers.c')
0 files changed, 0 insertions, 0 deletions
