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 /arch/alpha/kernel/sys_eiger.c | |
| 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 'arch/alpha/kernel/sys_eiger.c')
| -rw-r--r-- | arch/alpha/kernel/sys_eiger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/sys_eiger.c b/arch/alpha/kernel/sys_eiger.c index e8f59c2b6279..68c17b45f76f 100644 --- a/arch/alpha/kernel/sys_eiger.c +++ b/arch/alpha/kernel/sys_eiger.c @@ -27,6 +27,7 @@ #include <asm/pgtable.h> #include <asm/core_tsunami.h> #include <asm/hwrpb.h> +#include <asm/tlbflush.h> #include "proto.h" #include "irq_impl.h" |
