Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309021
b: refs/heads/master
c: e3dc81f
h: refs/heads/master
i:
  309019: 8679009
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed May 16, 2012
1 parent 84794d0 commit 3ad5520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fcbf1dfde3da728144222930ae592acb06e92c7c
refs/heads/master: e3dc81f2306e650f01e38ec87e24c3fecb843dc3
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ void __cpuinit per_cpu_trap_init(void)
}

/* Install CPU exception handler */
void __init set_handler(unsigned long offset, void *addr, unsigned long size)
void __cpuinit set_handler(unsigned long offset, void *addr, unsigned long size)
{
memcpy((void *)(ebase + offset), addr, size);
local_flush_icache_range(ebase + offset, ebase + offset + size);
Expand Down

0 comments on commit 3ad5520

Please sign in to comment.