[PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addresses
[linux-2.6] / arch / sh / ramdisk / ld.script
1 OUTPUT_ARCH(sh)
2 SECTIONS
3 {
4   .initrd :
5   {
6        *(.data)
7   }
8 }
9