mbox series

[v3,0/3] MIPS: Fix some issues about arch_mem_init()

Message ID 1587470386-27133-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series MIPS: Fix some issues about arch_mem_init() | expand

Message

Tiezhu Yang April 21, 2020, 11:59 a.m. UTC
v3:
  - remove the Fixes tag of patch 2/3

v2:
  - modify the subject of patch 3/3

Tiezhu Yang (3):
  MIPS: Do not initialise globals to 0
  MIPS: Cleanup code about plat_mem_setup()
  MIPS: Make sparse_init() using top-down allocation

 arch/mips/include/asm/bootinfo.h |  2 +-
 arch/mips/kernel/setup.c         | 14 +++++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

Comments

Thomas Bogendoerfer April 21, 2020, 3:06 p.m. UTC | #1
On Tue, Apr 21, 2020 at 07:59:43PM +0800, Tiezhu Yang wrote:
> v3:
>   - remove the Fixes tag of patch 2/3
> 
> v2:
>   - modify the subject of patch 3/3
> 
> Tiezhu Yang (3):
>   MIPS: Do not initialise globals to 0
>   MIPS: Cleanup code about plat_mem_setup()
>   MIPS: Make sparse_init() using top-down allocation
> 
>  arch/mips/include/asm/bootinfo.h |  2 +-
>  arch/mips/kernel/setup.c         | 14 +++++++++++---
>  2 files changed, 12 insertions(+), 4 deletions(-)

all three patches applied to mips-next.

Thomas.