]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: mm: Unify pte_page definition
authorPaul Burton <paul.burton@imgtec.com>
Tue, 19 Apr 2016 08:25:04 +0000 (09:25 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 13:30:25 +0000 (15:30 +0200)
commit7250f7e7d0d657f4733a509b21f9cf2524c0f6db
tree0d579d338a72751f03608d207565caea223f2683
parent0df3a87ef4e1d8790453bff6f6b410b0ab210527
MIPS: mm: Unify pte_page definition

The same definition for pte_page is duplicated for the MIPS32
PHYS_ADDR_T_64BIT case & the generic case. Unify them by moving a single
definition outside of preprocessor conditionals.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13117/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pgtable-32.h