diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-04-23 04:32:58 -0700 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2003-04-23 04:32:58 -0700 |
| commit | 4974e6fc8668b1f5796862f157cee1d44691b414 (patch) | |
| tree | bc48ab777d75901fe2f20acd2da73d0e40a7cea9 /include | |
| parent | de9dbbe74d284e0c5bd459efec1be5f2be98234c (diff) | |
[PATCH] fix typo in m68k mm code
Looks like my finger fell off the control key..
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-m68k/sun3_pgalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/sun3_pgalloc.h b/include/asm-m68k/sun3_pgalloc.h index 4580b60196b9..3b7f6cc2d38c 100644 --- a/include/asm-m68k/sun3_pgalloc.h +++ b/include/asm-m68k/sun3_pgalloc.h @@ -18,7 +18,7 @@ extern const char bad_pmd_string[]; -#define lpmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) +#define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) static inline void pte_free_kernel(pte_t * pte) |
