]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/avr32/kernel/vmlinux.lds.S
avr32: Store virtual addresses in the PGD
[linux-2.6-omap-h63xx.git] / arch / avr32 / kernel / vmlinux.lds.S
index 033dd46bfa62b05835dd2f911947ed4ffd200849..5d25d8eeb750fd148ddb1cefdd2dcdc4e8204e69 100644 (file)
@@ -99,6 +99,10 @@ SECTIONS
                 */
                *(.data.init_task)
 
+               /* Then, the page-aligned data */
+               . = ALIGN(PAGE_SIZE);
+               *(.data.page_aligned)
+
                /* Then, the cacheline aligned data */
                . = ALIGN(L1_CACHE_BYTES);
                *(.data.cacheline_aligned)