diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-06-13 19:12:44 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-06-30 08:31:01 -0400 |
commit | bf2737f74ffd36f43c6ed11cd2c0826e1d59ad48 (patch) | |
tree | e42e618207c22141cb17c77dfba99473d865d5de /include/asm-powerpc | |
parent | 36c35be332faa8ba1aaa8a237e72b9460117129d (diff) |
powerpc: Silly spelling fix in pgtable-ppc32
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/pgtable-ppc32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/pgtable-ppc32.h b/include/asm-powerpc/pgtable-ppc32.h index c08e714d0c4..dde466bd2ce 100644 --- a/include/asm-powerpc/pgtable-ppc32.h +++ b/include/asm-powerpc/pgtable-ppc32.h | |||
@@ -620,8 +620,8 @@ static inline void set_pte_at(struct mm_struct *mm, unsigned long addr, | |||
620 | } | 620 | } |
621 | 621 | ||
622 | /* | 622 | /* |
623 | * 2.6 calles this without flushing the TLB entry, this is wrong | 623 | * 2.6 calls this without flushing the TLB entry; this is wrong |
624 | * for our hash-based implementation, we fix that up here | 624 | * for our hash-based implementation, we fix that up here. |
625 | */ | 625 | */ |
626 | #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG | 626 | #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG |
627 | static inline int __ptep_test_and_clear_young(unsigned int context, unsigned long addr, pte_t *ptep) | 627 | static inline int __ptep_test_and_clear_young(unsigned int context, unsigned long addr, pte_t *ptep) |