]> Git Repo - linux.git/blob - arch/sh/ramdisk/ld.script
Use preempt_schedule_irq.
[linux.git] / arch / sh / ramdisk / ld.script
1 OUTPUT_ARCH(sh)
2 SECTIONS
3 {
4   .initrd :
5   {
6        *(.data)
7   }
8 }
9
This page took 0.035476 seconds and 4 git commands to generate.