From: akpm@linux-foundation.org
To: akpm@linux-foundation.org, amworsley@gmail.com,
ddaney@caviumnetworks.com, ext-phil.2.carmody@nokia.com,
snanda@chromium.org, mm-commits@vger.kernel.org
Subject: [folded] init-skip-calibration-delay-if-previously-done-4.patch removed from -mm tree
Date: Mon, 25 Jul 2011 17:02:10 -0700 [thread overview]
Message-ID: <201107260002.p6Q02Anq006641@imap1.linux-foundation.org> (raw)
The patch titled
init-skip-calibration-delay-if-previously-done-4
has been removed from the -mm tree. Its filename was
init-skip-calibration-delay-if-previously-done-4.patch
This patch was dropped because it was folded into init-skip-calibration-delay-if-previously-done.patch
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: init-skip-calibration-delay-if-previously-done-4
From: Andrew Morton <akpm@linux-foundation.org>
fix things up after upstream rmk changes
Cc: Andrew Worsley <amworsley@gmail.com>
Cc: David Daney <ddaney@caviumnetworks.com>
Cc: Phil Carmody <ext-phil.2.carmody@nokia.com>
Cc: Sameer Nanda <snanda@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
init/calibrate.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -puN init/calibrate.c~init-skip-calibration-delay-if-previously-done-4 init/calibrate.c
--- a/init/calibrate.c~init-skip-calibration-delay-if-previously-done-4
+++ a/init/calibrate.c
@@ -253,7 +253,7 @@ void __cpuinit calibrate_delay(void)
int this_cpu = smp_processor_id();
if (per_cpu(cpu_loops_per_jiffy, this_cpu)) {
- loops_per_jiffy = per_cpu(cpu_loops_per_jiffy, this_cpu);
+ lpj = per_cpu(cpu_loops_per_jiffy, this_cpu);
pr_info("Calibrating delay loop (skipped) "
"already calibrated this CPU");
} else if (preset_lpj) {
@@ -274,7 +274,7 @@ void __cpuinit calibrate_delay(void)
pr_info("Calibrating delay loop... ");
lpj = calibrate_delay_converge();
}
- per_cpu(cpu_loops_per_jiffy, this_cpu) = loops_per_jiffy;
+ per_cpu(cpu_loops_per_jiffy, this_cpu) = lpj;
if (!printed)
pr_cont("%lu.%02lu BogoMIPS (lpj=%lu)\n",
lpj/(500000/HZ),
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
origin.patch
hugetlb-add-phys-addr-to-struct-huge_bootmem_page.patch
mm-make-some-struct-pages-const.patch
mm-use-const-struct-page-for-r-o-page-flag-accessor-methods.patch
xtensa-prevent-arbitrary-read-in-ptrace.patch
mm-extend-memory-hotplug-api-to-allow-memory-hotplug-in-virtual-machines.patch
pagewalk-add-locking-rule-comments.patch
mm-memoryc-remove-zap_block_size.patch
mm-memblockc-avoid-abuse-of-red_inactive.patch
mm-preallocate-page-before-lock_page-at-filemap-cow.patch
mm-futex-fix-futex-writes-on-archs-with-sw-tracking-of-dirty-young.patch
drivers-misc-add-support-the-fsa9480-usb-switch.patch
lib-make-_tolower-public.patch
checkpatch-suggest-using-min_t-or-max_t-v2.patch
checkpatch-add-a-prefer-__aligned-check.patch
init-skip-calibration-delay-if-previously-done.patch
drivers-rtc-add-support-for-qualcomm-pmic8xxx-rtc-fix.patch
drivers-connector-cn_procc-remove-unused-local.patch
drivers-staging-gma500-psb_intel_displayc-fix-bad-udelay.patch
reply other threads:[~2011-07-26 0:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201107260002.p6Q02Anq006641@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=amworsley@gmail.com \
--cc=ddaney@caviumnetworks.com \
--cc=ext-phil.2.carmody@nokia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=snanda@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.