diff mbox series

[-next] arm64: Fix redefinition of init_new_context()

Message ID 20201012141032.6333-1-cai@redhat.com (mailing list archive)
State New, archived
Headers show
Series [-next] arm64: Fix redefinition of init_new_context() | expand

Commit Message

Qian Cai Oct. 12, 2020, 2:10 p.m. UTC
The linux-next commit c870baeede75 ("asm-generic: add generic MMU
versions of mmu context functions") missed a case in the arm64/for-next
branch.

Signed-off-by: Qian Cai <cai@redhat.com>
---
 arch/arm64/include/asm/mmu_context.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Nick Desaulniers Oct. 12, 2020, 7:26 p.m. UTC | #1
Our CI went red for -next on arm64 due to c870baeede75. Thanks for sending a
fix.

Tested-by: Nick Desaulniers <ndesaulniers@google.com>

https://lore.kernel.org/linux-next/20201012141032.6333-1-cai@redhat.com/
Qian Cai Oct. 27, 2020, 6:32 p.m. UTC | #2
On Mon, 2020-10-12 at 10:10 -0400, Qian Cai wrote:
> The linux-next commit c870baeede75 ("asm-generic: add generic MMU
> versions of mmu context functions") missed a case in the arm64/for-next
> branch.
> 
> Signed-off-by: Qian Cai <cai@redhat.com>

Arnd, Stephen, can you apply this patch? Those compiling errors are back again
in next-20201027.

> ---
>  arch/arm64/include/asm/mmu_context.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/include/asm/mmu_context.h
> b/arch/arm64/include/asm/mmu_context.h
> index da5f146e665b..cd5c33a50469 100644
> --- a/arch/arm64/include/asm/mmu_context.h
> +++ b/arch/arm64/include/asm/mmu_context.h
> @@ -176,6 +176,7 @@ static inline void cpu_replace_ttbr1(pgd_t *pgdp)
>   */
>  void check_and_switch_context(struct mm_struct *mm);
>  
> +#define init_new_context init_new_context
>  static inline int
>  init_new_context(struct task_struct *tsk, struct mm_struct *mm)
>  {
diff mbox series

Patch

diff --git a/arch/arm64/include/asm/mmu_context.h b/arch/arm64/include/asm/mmu_context.h
index da5f146e665b..cd5c33a50469 100644
--- a/arch/arm64/include/asm/mmu_context.h
+++ b/arch/arm64/include/asm/mmu_context.h
@@ -176,6 +176,7 @@  static inline void cpu_replace_ttbr1(pgd_t *pgdp)
  */
 void check_and_switch_context(struct mm_struct *mm);
 
+#define init_new_context init_new_context
 static inline int
 init_new_context(struct task_struct *tsk, struct mm_struct *mm)
 {