parisc: enable wide mode early
authorSven Schnelle <svens@stackframe.org>
Thu, 18 Apr 2019 09:33:13 +0000 (11:33 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 3 May 2019 21:47:40 +0000 (23:47 +0200)
commit6b1370ae392b79ac3e2d053205f4107d4a55c102
tree2aad8bf1c95b7299b90e40594afeda0a2bec33e1
parent75da60ff53fb030e12ac83cdef1da0464b289d1a
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>
arch/parisc/kernel/head.S