linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/12] powerpc/prom_init: Make of_workarounds static
@ 2018-10-15  2:49 Benjamin Herrenschmidt
  2018-10-15  2:49 ` [PATCH 02/12] powerpc/prom_init: Make "fake_elf" const Benjamin Herrenschmidt
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Benjamin Herrenschmidt @ 2018-10-15  2:49 UTC (permalink / raw)
  To: linuxppc-dev

It's not used anywhere else

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
 arch/powerpc/kernel/prom_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
index 9b38a2e5dd35..a1ba56e8c917 100644
--- a/arch/powerpc/kernel/prom_init.c
+++ b/arch/powerpc/kernel/prom_init.c
@@ -87,7 +87,7 @@
 #define OF_WORKAROUNDS	0
 #else
 #define OF_WORKAROUNDS	of_workarounds
-int of_workarounds;
+static int of_workarounds __promdata;
 #endif
 
 #define OF_WA_CLAIM	1	/* do phys/virt claim separately, then map */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-10-19  3:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-15  2:49 [PATCH 01/12] powerpc/prom_init: Make of_workarounds static Benjamin Herrenschmidt
2018-10-15  2:49 ` [PATCH 02/12] powerpc/prom_init: Make "fake_elf" const Benjamin Herrenschmidt
2018-10-15  2:49 ` [PATCH 03/12] powerpc/prom_init: Make "default_colors" const Benjamin Herrenschmidt
2018-10-15  2:49 ` [PATCH 04/12] powerpc/prom_init: Replace __initdata with __prombss when applicable Benjamin Herrenschmidt
2018-10-19  2:51   ` [04/12] " Michael Ellerman
2018-10-15  2:49 ` [PATCH 05/12] powerpc/prom_init: Remove support for OPAL v2 Benjamin Herrenschmidt
2018-10-19  2:51   ` [05/12] " Michael Ellerman
2018-10-15  2:49 ` [PATCH 06/12] powerpc/prom_init: Move prom_radix_disable to __prombss Benjamin Herrenschmidt
2018-10-19  2:51   ` [06/12] " Michael Ellerman
2018-10-15  2:49 ` [PATCH 07/12] powerpc/prom_init: Move ibm_arch_vec " Benjamin Herrenschmidt
2018-10-19  2:51   ` [07/12] " Michael Ellerman
2018-10-15  2:49 ` [PATCH 08/12] powerpc/prom_init: Move const structures to __initconst Benjamin Herrenschmidt
2018-10-19  2:51   ` [08/12] " Michael Ellerman
2018-10-15  2:49 ` [PATCH 09/12] powerpc/prom_init: Move a few remaining statics to appropriate sections Benjamin Herrenschmidt
2018-10-19  2:51   ` [09/12] " Michael Ellerman
2018-10-15  2:49 ` [PATCH 10/12] powerpc/prom_init: Move __prombss to it's own section and store it in .bss Benjamin Herrenschmidt
2018-10-19  2:51   ` [10/12] " Michael Ellerman
2018-10-15  2:49 ` [PATCH 11/12] powerpc: Check prom_init for disallowed sections Benjamin Herrenschmidt
2018-10-19  2:51   ` [11/12] " Michael Ellerman
2018-10-15  2:50 ` [PATCH 12/12] powerpc/prom_init: Generate "phandle" instead of "linux, phandle" Benjamin Herrenschmidt
2018-10-19  2:51   ` [12/12] " Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).