sparc,leon: init_leon srmmu cleanup
Removed unused assignment and capitalized srmmu name for sparc_leon Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
fdd98ac96e
commit
c803ba9017
@@ -1990,7 +1990,7 @@ void __init poke_leonsparc(void)
|
|||||||
void __init init_leon(void)
|
void __init init_leon(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
srmmu_name = "Leon";
|
srmmu_name = "LEON";
|
||||||
|
|
||||||
BTFIXUPSET_CALL(flush_cache_all, leon_flush_cache_all,
|
BTFIXUPSET_CALL(flush_cache_all, leon_flush_cache_all,
|
||||||
BTFIXUPCALL_NORM);
|
BTFIXUPCALL_NORM);
|
||||||
@@ -2037,8 +2037,6 @@ static void __init get_srmmu_type(void)
|
|||||||
|
|
||||||
/* First, check for sparc-leon. */
|
/* First, check for sparc-leon. */
|
||||||
if (sparc_cpu_model == sparc_leon) {
|
if (sparc_cpu_model == sparc_leon) {
|
||||||
psr_typ = 0xf; /* hardcoded ids for older models/simulators */
|
|
||||||
psr_vers = 2;
|
|
||||||
init_leon();
|
init_leon();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user