From: Jan Kiszka <jan.kiszka@domain.hid>
To: Philippe Gerum <rpm@xenomai.org>
Cc: adeos-main <adeos-main@gna.org>
Subject: [Adeos-main] [PATCH] fix typo in tracer
Date: Sat, 10 Feb 2007 12:52:33 +0100 [thread overview]
Message-ID: <45CDB201.7000408@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
My bad. Affects all recent ipipe releases.
Index: linux-2.6.20/kernel/ipipe/tracer.c
===================================================================
--- linux-2.6.20.orig/kernel/ipipe/tracer.c
+++ linux-2.6.20/kernel/ipipe/tracer.c
@@ -1209,7 +1209,7 @@ void __init __ipipe_init_tracer(void)
#ifdef CONFIG_IPIPE_TRACE_VMALLOC
int cpu, path;
- foreach_possible_cpu(cpu) {
+ for_each_possible_cpu(cpu) {
trace_paths[cpu] = vmalloc(
sizeof(struct ipipe_trace_path) * IPIPE_TRACE_PATHS);
if (!trace_paths) {
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
reply other threads:[~2007-02-10 11:52 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=45CDB201.7000408@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=adeos-main@gna.org \
--cc=rpm@xenomai.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.