[GIT PULL] arm64 fixes for 5.1-rc3
From: Catalin Marinas
Date: Fri Mar 29 2019 - 15:01:41 EST
Hi Linus,
Please pull the arm64 fix below. Thanks.
The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:
Linux 5.1-rc2 (2019-03-24 14:02:26 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to fetch changes up to 9e0a17db517d83d568bb7fa983b54759d4e34f1f:
arm64: replace memblock_alloc_low with memblock_alloc (2019-03-27 18:12:41 +0000)
----------------------------------------------------------------
Use memblock_alloc() instead of memblock_alloc_low() in
request_standard_resources(), the latter being limited to the low 4G
memory range on arm64.
----------------------------------------------------------------
Chen Zhou (1):
arm64: replace memblock_alloc_low with memblock_alloc
arch/arm64/kernel/setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Catalin