Skip to content

Commit 09c814f

Browse files
Anshuman Khandualmehmetb0
authored andcommitted
arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig
BugLink: https://bugs.launchpad.net/bugs/2107212 [ Upstream commit 2c5e6ac ] GENERIC_PTDUMP gets selected on powerpc explicitly and hence can be dropped off from mpc885_ads_defconfig. Replace with CONFIG_PTDUMP_DEBUGFS instead. Link: https://lkml.kernel.org/r/[email protected] Fixes: e084728 ("powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP") Signed-off-by: Anshuman Khandual <[email protected]> Suggested-by: Christophe Leroy <[email protected]> Reviewed-by: Christophe Leroy <[email protected]> Cc: Madhavan Srinivasan <[email protected]> Cc: Michael Ellerman <[email protected]> Cc: Nicholas Piggin <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Heiko Carstens <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Palmer Dabbelt <[email protected]> Cc: Paul Walmsley <[email protected]> Cc: Steven Price <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Vasily Gorbik <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Manuel Diewald <[email protected]> Signed-off-by: Timo Aaltonen <[email protected]>
1 parent 40b2b4a commit 09c814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/configs/mpc885_ads_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ CONFIG_DEBUG_VM_PGTABLE=y
7878
CONFIG_DETECT_HUNG_TASK=y
7979
CONFIG_BDI_SWITCH=y
8080
CONFIG_PPC_EARLY_DEBUG=y
81-
CONFIG_GENERIC_PTDUMP=y
81+
CONFIG_PTDUMP_DEBUGFS=y

0 commit comments

Comments
 (0)