Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4fae826 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Optimize __alloc_zeroed_user_highpage implementation.

parent db813fe5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ typedef struct { unsigned long pgprot; } pgprot_t;
/*
 * __pa()/__va() should be used only during mem init.
 */
#ifdef KBUILD_64BIT_SYM32
#ifdef CONFIG_64BIT
#define __pa(x)								\
({									\
    unsigned long __x = (unsigned long)(x);				\