mips: module: rename MODULE_START to MODULES_VADDR
authorMike Rapoport (IBM) <rppt@kernel.org>
Sun, 5 May 2024 16:06:14 +0000 (19:06 +0300)
committerLuis Chamberlain <mcgrof@kernel.org>
Tue, 14 May 2024 07:31:43 +0000 (00:31 -0700)
commit0cdf5876c4b251eaa2b8c43cfe7bfaa8d8dcea2c
tree180eaee14e1442cc9b831b74c30d4918adca8b7d
parent00be875879fa676a18415e32f98194db05ee93dc
mips: module: rename MODULE_START to MODULES_VADDR

and MODULE_END to MODULES_END to match other architectures that define
custom address space for modules.

Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
arch/mips/include/asm/pgtable-64.h
arch/mips/kernel/module.c
arch/mips/mm/fault.c