Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Fix comment typo 'CONIFG_8xx'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
b823982c c2522dcd

+1 -1
+1 -1
arch/powerpc/mm/mmu_decl.h
··· 67 67 { 68 68 __tlbil_va(address, pid); 69 69 } 70 - #endif /* CONIFG_8xx */ 70 + #endif /* CONFIG_8xx */ 71 71 72 72 #if defined(CONFIG_PPC_BOOK3E) || defined(CONFIG_PPC_47x) 73 73 extern void _tlbivax_bcast(unsigned long address, unsigned int pid,