Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37224
b: refs/heads/master
c: bf60362
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Sep 30, 2006
1 parent 92ac33c commit 8bc004c
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 6656e3c4c8e0c80f2d2bfece574876d269f64861
refs/heads/master: bf603625660b1742004bf86432ce3c210d14d4fd
4 changes: 4 additions & 0 deletions trunk/arch/sparc/lib/copy_user.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <asm/ptrace.h>
#include <asm/asmmacro.h>
#include <asm/page.h>
#include <asm/thread_info.h>

/* Work around cpp -rob */
#define ALLOC #alloc
Expand Down Expand Up @@ -366,6 +367,9 @@ fixupretl:
blu 1f
cmp %o1, %g1
bgeu 1f
ld [%g6 + TI_PREEMPT], %g1
cmp %g1, 0
bne 1f
nop
save %sp, -64, %sp
mov %i0, %o0
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sunzilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ static void __init sunzilog_register_serio(struct uart_sunzilog_port *up)
}
#endif

static void __init sunzilog_init_hw(struct uart_sunzilog_port *up)
static void __devinit sunzilog_init_hw(struct uart_sunzilog_port *up)
{
struct zilog_channel __iomem *channel;
unsigned long flags;
Expand Down

0 comments on commit 8bc004c

Please sign in to comment.