Commit 4974e6fc authored by Andrew Morton's avatar Andrew Morton Committed by Jeff Garzik

[PATCH] fix typo in m68k mm code

Looks like my finger fell off the control key..
parent de9dbbe7
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment