From da6fac242de081c50ce04537b43831dbd730ba86 Mon Sep 17 00:00:00 2001 From: Tim Chen Date: Fri, 22 Dec 2006 01:07:50 -0800 Subject: [PATCH] --- yaml --- r: 44883 b: refs/heads/master c: 67af63a6ab4ce064f807bdce614fe0fa2bcea252 h: refs/heads/master i: 44881: fc12fc0df6f33a7f06f37c9ac8297ca248b0529f 44879: 127c43e002750de5f8b2671fa679b14e5565f8ad v: v3 --- [refs] | 2 +- trunk/kernel/sched.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a6d4f8d7db01..5381d697eec0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 132e2bc3ee7181c178314ced49da9944b76411c2 +refs/heads/master: 67af63a6ab4ce064f807bdce614fe0fa2bcea252 diff --git a/trunk/kernel/sched.c b/trunk/kernel/sched.c index 850bde4b31a2..b515e3caad7f 100644 --- a/trunk/kernel/sched.c +++ b/trunk/kernel/sched.c @@ -5610,7 +5610,7 @@ static void cpu_attach_domain(struct sched_domain *sd, int cpu) } /* cpus with isolated domains */ -static cpumask_t __cpuinitdata cpu_isolated_map = CPU_MASK_NONE; +static cpumask_t cpu_isolated_map = CPU_MASK_NONE; /* Setup the mask of cpus configured for isolated domains */ static int __init isolated_cpu_setup(char *str)