Commit bf2737f7 authored by Becky Bruce's avatar Becky Bruce Committed by Paul Mackerras

powerpc: Silly spelling fix in pgtable-ppc32

Signed-off-by: default avatarBecky Bruce <becky.bruce@freescale.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 36c35be3
...@@ -620,8 +620,8 @@ static inline void set_pte_at(struct mm_struct *mm, unsigned long addr, ...@@ -620,8 +620,8 @@ static inline void set_pte_at(struct mm_struct *mm, unsigned long addr,
} }
/* /*
* 2.6 calles this without flushing the TLB entry, this is wrong * 2.6 calls this without flushing the TLB entry; this is wrong
* for our hash-based implementation, we fix that up here * for our hash-based implementation, we fix that up here.
*/ */
#define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG
static inline int __ptep_test_and_clear_young(unsigned int context, unsigned long addr, pte_t *ptep) static inline int __ptep_test_and_clear_young(unsigned int context, unsigned long addr, pte_t *ptep)
......
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