Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86263
b: refs/heads/master
c: 0f7f22d
h: refs/heads/master
i:
  86261: 359dab5
  86259: daa92d5
  86255: 3750db1
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Feb 21, 2008
1 parent a5ac1e7 commit 5668976
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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: b1422401f2491ecb7579c8d241e1f924b35e6b67
refs/heads/master: 0f7f22d9a46261e310b32c61eb11977a7cc83f7b
4 changes: 3 additions & 1 deletion trunk/arch/sparc64/kernel/hvtramp.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* Copyright (C) 2007 David S. Miller <davem@davemloft.net>
*/

#include <linux/init.h>

#include <asm/thread_info.h>
#include <asm/hypervisor.h>
#include <asm/scratchpad.h>
Expand All @@ -13,7 +15,7 @@
#include <asm/head.h>
#include <asm/asi.h>

.text
__CPUINIT
.align 8
.globl hv_cpu_startup, hv_cpu_startup_end

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extern void setup_sparc64_timer(void);

static volatile unsigned long callin_flag = 0;

void __devinit smp_callin(void)
void __cpuinit smp_callin(void)
{
int cpuid = hard_smp_processor_id();

Expand Down
4 changes: 3 additions & 1 deletion trunk/arch/sparc64/kernel/trampoline.S
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
*/

#include <linux/init.h>

#include <asm/head.h>
#include <asm/asi.h>
#include <asm/lsu.h>
Expand Down Expand Up @@ -36,7 +38,7 @@ dtlb_load:
tramp_stack:
.skip TRAMP_STACK_SIZE

.text
__CPUINIT
.align 8
.globl sparc64_cpu_startup, sparc64_cpu_startup_end
sparc64_cpu_startup:
Expand Down

0 comments on commit 5668976

Please sign in to comment.