Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225724
b: refs/heads/master
c: e405ae7
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jan 5, 2011
1 parent 52010c8 commit ef453d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 2fe74fa9662f8df51e6ef18227089f54cc07e16a
refs/heads/master: e405ae76af19cd2c85335b842f880a2bc98ba785
3 changes: 1 addition & 2 deletions trunk/arch/sparc/kernel/setup_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ static void __init boot_flags_init(char *commands)

extern void sun4c_probe_vac(void);
extern char cputypval;
extern unsigned long start, end;

extern unsigned short root_flags;
extern unsigned short root_dev;
Expand All @@ -210,7 +209,7 @@ void __init setup_arch(char **cmdline_p)
int i;
unsigned long highest_paddr;

sparc_ttable = (struct tt_entry *) &start;
sparc_ttable = (struct tt_entry *) &trapbase;

/* Initialize PROM console and command line. */
*cmdline_p = prom_getbootargs();
Expand Down

0 comments on commit ef453d9

Please sign in to comment.