diff options
| author | Richard Henderson <rth@are.twiddle.net> | 2002-03-24 09:52:10 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@are.twiddle.net> | 2002-03-24 09:52:10 -0800 |
| commit | 7ee912babeec5f7190820dac442db634ae2136de (patch) | |
| tree | 30a3867ef6490db8952d6fe10cfd10007623937f /include/linux | |
| parent | 085c9a18acd4003fa77cf852aa770e52b2ce6a71 (diff) | |
Break an include loop by moving cache flushing routines from
asm/pgtable.h and/or asm/pgalloc.h to asm/cacheflush.h, and
tlb flushing routines to asm/tlbflush.h.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/highmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/highmem.h b/include/linux/highmem.h index bffa75c6ee5f..abe6fde56849 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h @@ -4,6 +4,7 @@ #include <linux/config.h> #include <linux/bio.h> #include <linux/fs.h> +#include <asm/cacheflush.h> #ifdef CONFIG_HIGHMEM |
