percpu: align percpu readmostly subsection to cacheline
[pandora-kernel.git] / arch / alpha / kernel / vmlinux.lds.S
index 003ef4c..173518f 100644 (file)
@@ -38,7 +38,7 @@ SECTIONS
        __init_begin = ALIGN(PAGE_SIZE);
        INIT_TEXT_SECTION(PAGE_SIZE)
        INIT_DATA_SECTION(16)
-       PERCPU(PAGE_SIZE)
+       PERCPU(64, PAGE_SIZE)
        /* Align to THREAD_SIZE rather than PAGE_SIZE here so any padding page
           needed for the THREAD_SIZE aligned init_task gets freed after init */
        . = ALIGN(THREAD_SIZE);