X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Favr32%2Fkernel%2Fvmlinux.lds.S;h=7910d41eb886358981cd32bfc5b36ba215d4b636;hb=f98a0bd0e4b77b12e49ce01f4c9f04503931c291;hp=481cfd40c0539e85297ed33366ec579041d95680;hpb=5ea293a9048d3a58cb0c840fa719d85ad14cba47;p=linux-2.6-omap-h63xx.git diff --git a/arch/avr32/kernel/vmlinux.lds.S b/arch/avr32/kernel/vmlinux.lds.S index 481cfd40c05..7910d41eb88 100644 --- a/arch/avr32/kernel/vmlinux.lds.S +++ b/arch/avr32/kernel/vmlinux.lds.S @@ -68,14 +68,6 @@ SECTIONS _evba = .; _text = .; *(.ex.text) - . = 0x50; - *(.tlbx.ex.text) - . = 0x60; - *(.tlbr.ex.text) - . = 0x70; - *(.tlbw.ex.text) - . = 0x100; - *(.scall.text) *(.irq.text) KPROBES_TEXT TEXT_TEXT @@ -93,8 +85,6 @@ SECTIONS __stop___ex_table = .; } - BUG_TABLE - RODATA . = ALIGN(THREAD_SIZE); @@ -107,6 +97,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)