mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[All] The big version jump one again
This commit is contained in:
@ -0,0 +1,32 @@
|
||||
From 15c8a2f5e39424b3b22ef9af2afd11cf05f300cd Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
|
||||
Date: Thu, 9 Mar 2023 09:13:52 +0100
|
||||
Subject: [PATCH 184/198] powerpc/pseries: Select the generic memory allocator.
|
||||
|
||||
The RTAS work area allocator is using the generic memory allocator and
|
||||
as such it must select it.
|
||||
|
||||
Select the generic memory allocator on pseries.
|
||||
|
||||
Fixes: 43033bc62d349 ("powerpc/pseries: add RTAS work area allocator")
|
||||
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
|
||||
Link: https://lore.kernel.org/20230309135110.uAxhqRFk@linutronix.de
|
||||
---
|
||||
arch/powerpc/platforms/pseries/Kconfig | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig
|
||||
index 4ebf2ef2845d..381c3be3bec1 100644
|
||||
--- a/arch/powerpc/platforms/pseries/Kconfig
|
||||
+++ b/arch/powerpc/platforms/pseries/Kconfig
|
||||
@@ -2,6 +2,7 @@
|
||||
config PPC_PSERIES
|
||||
depends on PPC64 && PPC_BOOK3S
|
||||
bool "IBM pSeries & new (POWER5-based) iSeries"
|
||||
+ select GENERIC_ALLOCATOR
|
||||
select HAVE_PCSPKR_PLATFORM
|
||||
select MPIC
|
||||
select OF_DYNAMIC
|
||||
--
|
||||
2.44.0
|
||||
|
Reference in New Issue
Block a user