Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245254
b: refs/heads/master
c: b53cede
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Kiper authored and Konrad Rzeszutek Wilk committed May 19, 2011
1 parent 3dde770 commit 5af7846
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fb6ce5dea4bb704bfcd9fda7e6b1354da66f4d2f
refs/heads/master: b53cedebd74918237176520f9157deb7ae066b71
8 changes: 4 additions & 4 deletions trunk/arch/x86/xen/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static irqreturn_t xen_reschedule_interrupt(int irq, void *dev_id)
return IRQ_HANDLED;
}

static __cpuinit void cpu_bringup(void)
static void __cpuinit cpu_bringup(void)
{
int cpu = smp_processor_id();

Expand Down Expand Up @@ -85,7 +85,7 @@ static __cpuinit void cpu_bringup(void)
wmb(); /* make sure everything is out */
}

static __cpuinit void cpu_bringup_and_idle(void)
static void __cpuinit cpu_bringup_and_idle(void)
{
cpu_bringup();
cpu_idle();
Expand Down Expand Up @@ -242,7 +242,7 @@ static void __init xen_smp_prepare_cpus(unsigned int max_cpus)
}
}

static __cpuinit int
static int __cpuinit
cpu_initialize_context(unsigned int cpu, struct task_struct *idle)
{
struct vcpu_guest_context *ctxt;
Expand Down Expand Up @@ -486,7 +486,7 @@ static irqreturn_t xen_call_function_single_interrupt(int irq, void *dev_id)
return IRQ_HANDLED;
}

static const struct smp_ops xen_smp_ops __initdata = {
static const struct smp_ops xen_smp_ops __initconst = {
.smp_prepare_boot_cpu = xen_smp_prepare_boot_cpu,
.smp_prepare_cpus = xen_smp_prepare_cpus,
.smp_cpus_done = xen_smp_cpus_done,
Expand Down

0 comments on commit 5af7846

Please sign in to comment.