Skip to content

Commit

Permalink
x86: unify header part of pageattr_64.c
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent d6ee09a commit 5e5224a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/x86/mm/pageattr_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 5e5224a

Please sign in to comment.