commit | 6b1370ae392b79ac3e2d053205f4107d4a55c102 | [log] [tgz] |
---|---|---|
author | Sven Schnelle <svens@stackframe.org> | Thu Apr 18 11:33:13 2019 +0200 |
committer | Helge Deller <deller@gmx.de> | Fri May 03 23:47:40 2019 +0200 |
tree | 2aad8bf1c95b7299b90e40594afeda0a2bec33e1 | |
parent | 75da60ff53fb030e12ac83cdef1da0464b289d1a [diff] |
parisc: enable wide mode early The idle task might have been allocated above 4GB. With the current code we cannot access that memory because the CPU is still running in narrow mode. This was found on a J5000 machine and the patch is required to enable SPARSEMEM on that machine. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>