]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix address type used for early memory detection.
authorSteven J. Hill <Steven.Hill@imgtec.com>
Thu, 13 Nov 2014 15:52:00 +0000 (09:52 -0600)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:44:07 +0000 (07:44 +0100)
commit5130cd0185f987a394ac3f6362fa3ea5d9fbca3b
treefb25031640aa2d53d8d7e7447697db00743002b8
parente1f3fe3762371889bea05b8ce816a7ecf85af470
MIPS: Fix address type used for early memory detection.

In 'early_parse_mem' the data type used for the start
and size of a memory region specified on the command line
is incorrect. If 64-bit addressing is used, the value
gets truncated.

Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8456/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/setup.c