]> Pileus Git - ~andy/linux/blobdiff - arch/x86/kernel/cpu/common.c
Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe':
[~andy/linux] / arch / x86 / kernel / cpu / common.c
index 008c73796bbb9391e6c61e629ca5b03db6f824b8..7d5a07f0fd243ee831d3c37afd7b4caeb4eca645 100644 (file)
@@ -24,7 +24,7 @@
 
 static struct cpu_dev *this_cpu __cpuinitdata;
 
-DEFINE_PER_CPU(struct gdt_page, gdt_page) = { .gdt = {
+DEFINE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page) = { .gdt = {
        [GDT_ENTRY_KERNEL_CS] = { { { 0x0000ffff, 0x00cf9a00 } } },
        [GDT_ENTRY_KERNEL_DS] = { { { 0x0000ffff, 0x00cf9200 } } },
        [GDT_ENTRY_DEFAULT_USER_CS] = { { { 0x0000ffff, 0x00cffa00 } } },