xtensa: fix boot parameters address translation
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 14 Nov 2018 07:46:42 +0000 (23:46 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Nov 2018 06:32:46 +0000 (07:32 +0100)
commit2d42bc697199fe8a27efe7b817fbbe25050bc1d5
tree89f2415549148296b22ff4d1a4da22b07a5b73f9
parent0869341c34905b7f34b1c4e2a378bf1488f9df7c
xtensa: fix boot parameters address translation

commit 40dc948f234b73497c3278875eb08a01d5854d3f upstream.

The bootloader may pass physical address of the boot parameters structure
to the MMUv3 kernel in the register a2. Code in the _SetupMMU block in
the arch/xtensa/kernel/head.S is supposed to map that physical address to
the virtual address in the configured virtual memory layout.

This code haven't been updated when additional 256+256 and 512+512
memory layouts were introduced and it may produce wrong addresses when
used with these layouts.

Cc: stable@vger.kernel.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/xtensa/kernel/head.S