Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190504
b: refs/heads/master
c: 4f81b01
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Ralf Baechle committed Apr 30, 2010
1 parent f1e5214 commit d65587c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 1ec56329ff939aba29291c0dec1a28ceed660162
refs/heads/master: 4f81b01a30ffb338068d611e27da18c08db55464
7 changes: 1 addition & 6 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1562,12 +1562,7 @@ static char panic_null_cerr[] __cpuinitdata =
void __cpuinit set_uncached_handler(unsigned long offset, void *addr,
unsigned long size)
{
#ifdef CONFIG_32BIT
unsigned long uncached_ebase = KSEG1ADDR(ebase);
#endif
#ifdef CONFIG_64BIT
unsigned long uncached_ebase = TO_UNCAC(ebase);
#endif
unsigned long uncached_ebase = CKSEG1ADDR(ebase);

if (!addr)
panic(panic_null_cerr);
Expand Down

0 comments on commit d65587c

Please sign in to comment.