Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29022
b: refs/heads/master
c: f1b5e52
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jun 23, 2006
1 parent 0508a4f commit d2d924c
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: de290166552a037234bca44ed4bcbf4a4e9f5be9
refs/heads/master: f1b5e520bb65e98d27632cd270d931838bd2a5da
2 changes: 1 addition & 1 deletion trunk/arch/m68k/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void __init base_trap_init(void)
if(MACH_IS_SUN3X) {
extern e_vector *sun3x_prom_vbr;

__asm__ volatile ("movec %%vbr, %0" : "=r" ((void*)sun3x_prom_vbr));
__asm__ volatile ("movec %%vbr, %0" : "=r" (sun3x_prom_vbr));
}

/* setup the exception vector table */
Expand Down

0 comments on commit d2d924c

Please sign in to comment.