Commit 1aed230b authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] Typo in linux_include_asm-cris_pgtable.h

parent f6a1a44b
...@@ -164,7 +164,7 @@ static inline void flush_tlb(void) ...@@ -164,7 +164,7 @@ static inline void flush_tlb(void)
*/ */
#define set_pte(pteptr, pteval) ((*(pteptr)) = (pteval)) #define set_pte(pteptr, pteval) ((*(pteptr)) = (pteval))
/* /*
* (pmds are folded into pgds so this doesnt get actually called, * (pmds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.) * but the define is needed for a generic inline function.)
*/ */
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
......
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