diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-21 22:16:05 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-21 22:16:05 +0000 |
commit | 73ed328f3a698087551b4d6a36196b0819bc38af (patch) | |
tree | d0907f2e7e5f36ea0808ed6b1f10c5caf51478a5 /include/asm-ppc | |
parent | 89a61cd744a621efff2a4d7f0d99258f850338f2 (diff) |
Cleanup, sync with others sources.
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/pgtable.h b/include/asm-ppc/pgtable.h index 10f1f0efc..235e1f762 100644 --- a/include/asm-ppc/pgtable.h +++ b/include/asm-ppc/pgtable.h @@ -213,7 +213,7 @@ extern unsigned long empty_zero_page[1024]; #endif __ASSEMBLY__ #define BAD_PAGETABLE __bad_pagetable() #define BAD_PAGE __bad_page() -#define ZERO_PAGE ((unsigned long) empty_zero_page) +#define ZERO_PAGE(vaddr) ((unsigned long) empty_zero_page) /* number of bits that fit into a memory pointer */ #define BITS_PER_PTR (8*sizeof(unsigned long)) |