diff options
| author | Helge Deller <deller@gmx.de> | 2026-03-04 22:24:18 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-03-19 16:15:20 +0100 |
| commit | 41f0d6d607af4b20eb32a66d8df751cb3ced2e9c (patch) | |
| tree | 85baf2e119725ddc20c4e4447405ab07e287e08d /include/net/aligned_data.h | |
| parent | 9a05559e734bb72841cf6daff7938e10ccbb23a8 (diff) | |
parisc: Fix initial page table creation for boot
commit 8475d8fe21ec9c7eb2faca555fbc5b68cf0d2597 upstream.
The KERNEL_INITIAL_ORDER value defines the initial size (usually 32 or
64 MB) of the page table during bootup. Up until now the whole area was
initialized with PTE entries, but there was no check if we filled too
many entries. Change the code to fill up with so many entries that the
"_end" symbol can be reached by the kernel, but not more entries than
actually fit into the initial PTE tables.
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org> # v6.0+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/aligned_data.h')
0 files changed, 0 insertions, 0 deletions
