Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73891
b: refs/heads/master
c: 8f81821
h: refs/heads/master
i:
  73889: 4c996d4
  73887: 57a7928
v: v3
  • Loading branch information
Randy Dunlap authored and Thomas Gleixner committed Nov 17, 2007
1 parent 2edfaca commit 908bca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e5ef67ef0b5d96315d3f7b74823cbfa85938a3a8
refs/heads/master: 8f8182106890970bb13bed325f0a04aef931883d
4 changes: 2 additions & 2 deletions trunk/arch/x86/mach-voyager/voyager_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,7 @@ voyager_smp_prepare_cpus(unsigned int max_cpus)
smp_boot_cpus();
}

static void __devinit voyager_smp_prepare_boot_cpu(void)
static void __cpuinit voyager_smp_prepare_boot_cpu(void)
{
init_gdt(smp_processor_id());
switch_to_new_gdt();
Expand All @@ -1911,7 +1911,7 @@ static void __devinit voyager_smp_prepare_boot_cpu(void)
cpu_set(smp_processor_id(), cpu_present_map);
}

static int __devinit
static int __cpuinit
voyager_cpu_up(unsigned int cpu)
{
/* This only works at boot for x86. See "rewrite" above. */
Expand Down

0 comments on commit 908bca5

Please sign in to comment.