Commit 4f9fede9 authored by David S. Miller's avatar David S. Miller

Sparc64: Fix typo in previous asm/{cache,tlb}flush.h changes.

parent 440b6c32
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/swap.h> #include <linux/swap.h>
#include <linux/pagemap.h> #include <linux/pagemap.h>
#include <linux/tlbflush.h>
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/tlbflush.h>
static inline void forget_pte(pte_t page) static inline void forget_pte(pte_t page)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment