Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318951
b: refs/heads/master
c: cc52aea
h: refs/heads/master
i:
  318949: ab6800d
  318947: d47cc84
  318943: 99ec5ce
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jul 26, 2012
1 parent b538dc7 commit b0263e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: c966a337fade515052121e6c3c32f38b463d5205
refs/heads/master: cc52aea9dcd284c5d575cb8aed9752fc1bf52537
14 changes: 1 addition & 13 deletions trunk/arch/sparc/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,19 +291,7 @@ extern void device_scan(void);

void __init paging_init(void)
{
switch(sparc_cpu_model) {
case sparc_leon:
case sun4m:
case sun4d:
srmmu_paging_init();
break;
default:
prom_printf("paging_init: Cannot init paging on this Sparc\n");
prom_printf("paging_init: sparc_cpu_model = %d\n", sparc_cpu_model);
prom_printf("paging_init: Halting...\n");
prom_halt();
}

srmmu_paging_init();
prom_build_devicetree();
of_fill_in_cpu_data();
device_scan();
Expand Down

0 comments on commit b0263e4

Please sign in to comment.