[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080128092556.GB4774@elte.hu>
Date: Mon, 28 Jan 2008 10:25:56 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Jan Kiszka <jan.kiszka@....de>
Cc: Jason Wessel <jason.wessel@...driver.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
kgdb-bugreport@...ts.sourceforge.net
Subject: Re: [RFC PATCH] KGDB: various refactorings
* Jan Kiszka <jan.kiszka@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists