* [PATCH] Export __flush_icache_range since flush_icache_range is defined as inline
@ 2005-11-29 17:57 Otavio Salvador
0 siblings, 0 replies; only message in thread
From: Otavio Salvador @ 2005-11-29 17:57 UTC (permalink / raw)
To: linuxppc-dev; +Cc: debian-powerpc
[-- Attachment #1.1: Type: text/plain, Size: 1718 bytes --]
This change makes MOL work again since it need to use that specific symbol.
Signed-off-by: Otavio Salvador <otavio@debian•org>
---
arch/powerpc/kernel/ppc_ksyms.c | 2 +-
arch/ppc/kernel/ppc_ksyms.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
applies-to: 9253bd3b562d6c59044b6175883724f591697da4
b634f3ccf73ca6502b1dd42f372a6ec6bea15ffb
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index af4d1bc..2647933 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -167,7 +167,7 @@ EXPORT_SYMBOL(giveup_spe);
EXPORT_SYMBOL(__flush_icache_range);
#else
EXPORT_SYMBOL(flush_instruction_cache);
-EXPORT_SYMBOL(flush_icache_range);
+EXPORT_SYMBOL(__flush_icache_range);
EXPORT_SYMBOL(flush_tlb_kernel_range);
EXPORT_SYMBOL(flush_tlb_page);
EXPORT_SYMBOL(_tlbie);
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c
index 66073f7..bb6a5c6 100644
--- a/arch/ppc/kernel/ppc_ksyms.c
+++ b/arch/ppc/kernel/ppc_ksyms.c
@@ -184,7 +184,7 @@ EXPORT_SYMBOL(kernel_thread);
EXPORT_SYMBOL(flush_instruction_cache);
EXPORT_SYMBOL(giveup_fpu);
-EXPORT_SYMBOL(flush_icache_range);
+EXPORT_SYMBOL(__flush_icache_range);
EXPORT_SYMBOL(flush_dcache_range);
EXPORT_SYMBOL(flush_icache_user_range);
EXPORT_SYMBOL(flush_dcache_page);
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian•org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://www.freedom.ind.br/otavio
---------------------------------------------
"Microsoft gives you Windows ... Linux gives
you the whole house."
[-- Attachment #2: Type: application/pgp-signature, Size: 259 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-29 18:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-29 17:57 [PATCH] Export __flush_icache_range since flush_icache_range is defined as inline Otavio Salvador
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox