Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75096
b: refs/heads/master
c: f2206ec
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Ingo Molnar committed Dec 19, 2007
1 parent 3798e57 commit a54aa8a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d53379832624c0ecab7f46749c8b72e49a88d160
refs/heads/master: f2206ec92c1bd2145a63b2ef1f6abccd6439fe73
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/smpboot_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#include <asm/mtrr.h>

/* Set if we find a B stepping CPU */
static int __devinitdata smp_b_stepping;
static int __cpuinitdata smp_b_stepping;

/* Number of siblings per CPU package */
int smp_num_siblings = 1;
Expand Down Expand Up @@ -745,8 +745,8 @@ static inline int alloc_cpu_id(void)
}

#ifdef CONFIG_HOTPLUG_CPU
static struct task_struct * __devinitdata cpu_idle_tasks[NR_CPUS];
static inline struct task_struct * alloc_idle_task(int cpu)
static struct task_struct * __cpuinitdata cpu_idle_tasks[NR_CPUS];
static inline struct task_struct * __cpuinit alloc_idle_task(int cpu)
{
struct task_struct *idle;

Expand Down

0 comments on commit a54aa8a

Please sign in to comment.