Bug 203161
Summary: | ppc64 started failing to build: error: 'MAX_PHYSMEM_BITS' undeclared | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Christoph Biedl (bugzilla.kernel.bpeb) |
Component: | PPC-64 | Assignee: | platform_ppc-64 |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | ben, michael |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.1-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | .config, take 2 |
Description
Christoph Biedl
2019-04-05 22:28:58 UTC
Created attachment 282145 [details]
.config, take 2
There are two alternate patches posted here: https://lore.kernel.org/linuxppc-dev/87zhp8pntq.fsf@linux.ibm.com/ https://lore.kernel.org/linuxppc-dev/20190409060324.16941-1-mpe@ellerman.id.au/ Was fixed in Subject: Powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configs Origin: v5.1-rc2-7-gcf7cf6977f53 Upstream-Author: Michael Ellerman <mpe@ellerman.id.au> Date: Tue Apr 9 15:43:11 2019 +1000 The recent commit 8bc086899816 ("powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurations") removed our definition of MAX_PHYSMEM_BITS when SPARSEMEM is disabled. Hence resolving. |