search for: align_to_4k

Displaying 1 result from an estimated 1 matches for "align_to_4k".

2007 Mar 05
0
[PATCH 8/10] linux/x86_64 2.6.18: remove orig_ist
...*/ DEFINE_PER_CPU(struct tss_struct, init_tss) ____cacheline_internodealigned_in_smp = INIT_TSS; -#endif /* Copies of the original ist values from the tss are only accessed during * debugging, no special alignment required. */ DEFINE_PER_CPU(struct orig_ist, orig_ist); +#endif #define ALIGN_TO_4K __attribute__((section(".data.init_task"))) Index: head-2007-02-27/include/asm-x86_64/mach-xen/asm/processor.h =================================================================== --- head-2007-02-27.orig/include/asm-x86_64/mach-xen/asm/processor.h 2007-03-05 10:00:18.000000000 +0100 +++ h...