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

Commit 5e5224a7 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: unify header part of pageattr_64.c



Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent d6ee09a2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,8 +19,9 @@ void clflush_cache_range(void *addr, int size)

#include <asm/processor.h>
#include <asm/tlbflush.h>
#include <asm/sections.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/pgalloc.h>

pte_t *lookup_address(unsigned long address, int *level)
{