summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-09-26 19:49:12 +0200
committerJiri Kosina <jkosina@suse.cz>2014-10-29 14:42:08 +0100
commitb823982cd78ee4c62fa58aa844583738003fbf75 (patch)
tree57f392872ce7e2f53606aa23b1415c52654235c4 /arch
parentc2522dcdcb5d54534cfec6d43b646d23efe9eb80 (diff)
downloadlinux-b823982cd78ee4c62fa58aa844583738003fbf75.tar.gz
linux-b823982cd78ee4c62fa58aa844583738003fbf75.tar.xz
powerpc: Fix comment typo 'CONIFG_8xx'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/mm/mmu_decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/mmu_decl.h b/arch/powerpc/mm/mmu_decl.h
index 9615d82919b8..78c45f392f5b 100644
--- a/arch/powerpc/mm/mmu_decl.h
+++ b/arch/powerpc/mm/mmu_decl.h
@@ -67,7 +67,7 @@ static inline void _tlbil_va(unsigned long address, unsigned int pid,
{
__tlbil_va(address, pid);
}
-#endif /* CONIFG_8xx */
+#endif /* CONFIG_8xx */
#if defined(CONFIG_PPC_BOOK3E) || defined(CONFIG_PPC_47x)
extern void _tlbivax_bcast(unsigned long address, unsigned int pid,