From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:41:34 +0000 Subject: [PATCH] add gpio led uart --- kernel/arch/powerpc/kernel/swsusp_32.S | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/kernel/arch/powerpc/kernel/swsusp_32.S b/kernel/arch/powerpc/kernel/swsusp_32.S index cbdf862..e0cbd63 100644 --- a/kernel/arch/powerpc/kernel/swsusp_32.S +++ b/kernel/arch/powerpc/kernel/swsusp_32.S @@ -181,7 +181,7 @@ #ifdef CONFIG_ALTIVEC /* Stop pending alitvec streams and memory accesses */ BEGIN_FTR_SECTION - DSSALL + PPC_DSSALL END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) #endif sync @@ -395,6 +395,7 @@ li r3,0 blr +_ASM_NOKPROBE_SYMBOL(swsusp_arch_resume) /* FIXME:This construct is actually not useful since we don't shut * down the instruction MMU, we could just flip back MSR-DR on. @@ -406,4 +407,5 @@ sync isync rfi +_ASM_NOKPROBE_SYMBOL(turn_on_mmu) -- Gitblit v1.6.2