Commit 4fab9d40 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] [patch 4/29 voyager cpu_callout_map fix

From: Martin Bligh

Change the defn of cpu_callout_map for voyager to volatile to match other
stuff.
parent d289b074
......@@ -247,7 +247,7 @@ static unsigned long smp_commenced_mask = 0;
/* This is for the new dynamic CPU boot code */
volatile unsigned long cpu_callin_map = 0;
unsigned long cpu_callout_map = 0;
volatile unsigned long cpu_callout_map = 0;
/* The per processor IRQ masks (these are usually kept in sync) */
static __u16 vic_irq_mask[NR_CPUS] __cacheline_aligned;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment