summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/pgtable.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
commit86464aed71025541805e7b1515541aee89879e33 (patch)
treee01a457a4912a8553bc65524aa3125d51f29f810 /include/asm-alpha/pgtable.h
parent88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff)
Merge with Linux 2.2.1.
Diffstat (limited to 'include/asm-alpha/pgtable.h')
-rw-r--r--include/asm-alpha/pgtable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-alpha/pgtable.h b/include/asm-alpha/pgtable.h
index 47432c051..b74744207 100644
--- a/include/asm-alpha/pgtable.h
+++ b/include/asm-alpha/pgtable.h
@@ -14,6 +14,7 @@
#include <asm/processor.h> /* For TASK_SIZE */
#include <asm/mmu_context.h>
#include <asm/machvec.h>
+#include <asm/spinlock.h> /* For the task lock */
/* Caches aren't brain-dead on the Alpha. */
@@ -174,7 +175,7 @@ struct ipi_msg_flush_tb_struct {
struct vm_area_struct * flush_vma;
} p;
unsigned long flush_addr;
- /* unsigned long flush_end; */ /* not used by local_flush_tlb_range */
+ unsigned long flush_end;
};
extern struct ipi_msg_flush_tb_struct ipi_msg_flush_tb;