]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/powerpc/platforms/44x/ppc476_modules.lds
Merge branch 'drm-atmel-hlcdc-devel' of git://github.com/bbrezillon/linux-at91 into...
[mirror_ubuntu-zesty-kernel.git] / arch / powerpc / platforms / 44x / ppc476_modules.lds
1 SECTIONS
2 {
3 .text : ALIGN(4096)
4 {
5 *(.text .text.* .fixup)
6 }
7 .init.text : ALIGN(4096)
8 {
9 *(.init.text .init.text.*)
10 }
11 .exit.text : ALIGN(4096)
12 {
13 *(.exit.text .exit.text.*)
14 }
15 }