Re: [PATCH] PER_CPU [3/4] - PER_CPU-init_tss

From: Andrew Morton
Date: Thu Jul 08 2004 - 21:13:38 EST


"Shai Fultheim" <shai@xxxxxxxxxxxx> wrote:
>
> #define INIT_TSS { \
> .esp0 = sizeof(init_stack) + (long)&init_stack, \
> .ss0 = __KERNEL_DS, \
> - .esp1 = sizeof(init_tss[0]) + (long)&init_tss[0], \
> .ss1 = __KERNEL_CS, \
> .ldt = GDT_ENTRY_LDT, \
> .io_bitmap_base = INVALID_IO_BITMAP_OFFSET, \

Why this change? Is it safe?
-
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/