]> git.ipfire.org Git - thirdparty/linux.git/commit
parisc: Check kernel mapping earlier at bootup
authorHelge Deller <deller@gmx.de>
Tue, 3 Mar 2026 22:36:11 +0000 (23:36 +0100)
committerHelge Deller <deller@gmx.de>
Fri, 6 Mar 2026 10:33:13 +0000 (11:33 +0100)
commit17c144f1104bfc29a3ce3f7d0931a1bfb7a3558c
tree71652792f0dc046d119f5a6dc5c14c9c4efe6ea1
parent8e732934fb81282be41602550e7e07baf265e972
parisc: Check kernel mapping earlier at bootup

The check if the initial mapping is sufficient needs to happen much
earlier during bootup. Move this test directly to the start_parisc()
function and use native PDC iodc functions to print the warning, because
panic() and printk() are not functional yet.

This fixes boot when enabling various KALLSYSMS options which need
much more space.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org> # v6.0+
arch/parisc/kernel/setup.c