Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170410
b: refs/heads/master
c: c803ba9
h: refs/heads/master
v: v3
  • Loading branch information
Kristoffer Glembo authored and David S. Miller committed Dec 3, 2009
1 parent 185c37f commit 682dbed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fdd98ac96e88962d99a469bae6cc500f83ad5a17
refs/heads/master: c803ba901718c313c469b3510fa93b0011482736
4 changes: 1 addition & 3 deletions trunk/arch/sparc/mm/srmmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ void __init poke_leonsparc(void)
void __init init_leon(void)
{

srmmu_name = "Leon";
srmmu_name = "LEON";

BTFIXUPSET_CALL(flush_cache_all, leon_flush_cache_all,
BTFIXUPCALL_NORM);
Expand Down Expand Up @@ -2037,8 +2037,6 @@ static void __init get_srmmu_type(void)

/* First, check for sparc-leon. */
if (sparc_cpu_model == sparc_leon) {
psr_typ = 0xf; /* hardcoded ids for older models/simulators */
psr_vers = 2;
init_leon();
return;
}
Expand Down

0 comments on commit 682dbed

Please sign in to comment.