From a35050c6ea75704a494758784b219e419f9fe86e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 1 Jan 2009 10:12:14 +1030 Subject: [PATCH] --- yaml --- r: 125679 b: refs/heads/master c: 9e2f913df70b378379a358a44e7d286f7b765e8e h: refs/heads/master i: 125677: feed132410aae083b0e13ea016ef442f5c8e1ac9 125675: b40641abbd900a4924ea56b537f96703487d1128 125671: 74ffb1cdf2a489b18dbfa97bc0a8feb3572aa793 125663: 04237c005b89bc5fc7cfb038fe6c2db0923950c2 v: v3 --- [refs] | 2 +- trunk/arch/m32r/kernel/smpboot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5cbed402cfff..7eaa64ea309e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6aaa8ce523c7ce954b81b8c0b3e32c8be599af8d +refs/heads/master: 9e2f913df70b378379a358a44e7d286f7b765e8e diff --git a/trunk/arch/m32r/kernel/smpboot.c b/trunk/arch/m32r/kernel/smpboot.c index 0f06b3722e96..2547d6c4a827 100644 --- a/trunk/arch/m32r/kernel/smpboot.c +++ b/trunk/arch/m32r/kernel/smpboot.c @@ -592,7 +592,7 @@ int setup_profiling_timer(unsigned int multiplier) * accounting. At that time they also adjust their APIC timers * accordingly. */ - for (i = 0; i < NR_CPUS; ++i) + for_each_possible_cpu(i) per_cpu(prof_multiplier, i) = multiplier; return 0;