Re: [RFC PATCH] KGDB: various refactorings

From: Ingo Molnar
Date: Mon Jan 28 2008 - 04:26:25 EST



* Jan Kiszka <jan.kiszka@xxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/