LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Jan Kiszka <jan.kiszka@web.de>
Cc: Jason Wessel <jason.wessel@windriver.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
kgdb-bugreport@lists.sourceforge.net
Subject: Re: [RFC PATCH] KGDB: various refactorings
Date: Mon, 28 Jan 2008 10:25:56 +0100 [thread overview]
Message-ID: <20080128092556.GB4774@elte.hu> (raw)
In-Reply-To: <479CD5BA.80009@web.de>
* Jan Kiszka <jan.kiszka@web.de> wrote:
> Sorry, forgot to refresh for this hunk:
>
> - rename CHECK_EXCEPTION_STACK to EXCEPTION_STACK_READY
thanks, applied to x86.git.
minor nit:
> #ifndef CONFIG_X86_32
> -#define CHECK_EXCEPTION_STACK()
> ((&__get_cpu_var(init_tss))[0].x86_tss.ist[0])
> +#define EXCEPTION_STACK_READY()
> ((&__get_cpu_var(init_tss))[0].x86_tss.ist[0])
not only was the mail in quoted-printable format, but the above part
also had linewrapping damage :-/ Fixed it up manually but please read:
Documentation/email-clients.txt
Ingo
next prev parent reply other threads:[~2008-01-28 9:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-27 18:45 Jan Kiszka
2008-01-27 19:04 ` Jan Kiszka
2008-01-28 9:25 ` Ingo Molnar [this message]
2008-01-28 9:24 ` Ingo Molnar
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=20080128092556.GB4774@elte.hu \
--to=mingo@elte.hu \
--cc=jan.kiszka@web.de \
--cc=jason.wessel@windriver.com \
--cc=kgdb-bugreport@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [RFC PATCH] KGDB: various refactorings' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).