From 9f9f3e6e8548a596697778337110a423c384b6f3 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 7 Mar 2000 15:45:24 +0000 Subject: Merge with Linux 2.3.49. --- include/asm-sh/pgtable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asm-sh/pgtable.h') diff --git a/include/asm-sh/pgtable.h b/include/asm-sh/pgtable.h index 9dbd7005c..d5744c35d 100644 --- a/include/asm-sh/pgtable.h +++ b/include/asm-sh/pgtable.h @@ -91,6 +91,7 @@ extern inline void flush_tlb_pgtables(struct mm_struct *mm, #define PGDIR_MASK (~(PGDIR_SIZE-1)) #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) +#define FIRST_USER_PGD_NR 0 #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT) #define KERNEL_PGD_PTRS (PTRS_PER_PGD-USER_PGD_PTRS) -- cgit v1.2.3