mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
powerpc: Fix comment typo 'CONIFG_8xx'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
c2522dcdcb
commit
b823982cd7
@ -67,7 +67,7 @@ static inline void _tlbil_va(unsigned long address, unsigned int pid,
|
|||||||
{
|
{
|
||||||
__tlbil_va(address, pid);
|
__tlbil_va(address, pid);
|
||||||
}
|
}
|
||||||
#endif /* CONIFG_8xx */
|
#endif /* CONFIG_8xx */
|
||||||
|
|
||||||
#if defined(CONFIG_PPC_BOOK3E) || defined(CONFIG_PPC_47x)
|
#if defined(CONFIG_PPC_BOOK3E) || defined(CONFIG_PPC_47x)
|
||||||
extern void _tlbivax_bcast(unsigned long address, unsigned int pid,
|
extern void _tlbivax_bcast(unsigned long address, unsigned int pid,
|
||||||
|
Loading…
Reference in New Issue
Block a user