]> Git Repo - J-linux.git/blob - arch/arm/boot/bootp/initrd.S
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / arm / boot / bootp / initrd.S
1         .type   initrd_start,#object
2         .globl  initrd_start
3 initrd_start:
4         .incbin INITRD
5         .globl  initrd_end
6 initrd_end:
This page took 0.027835 seconds and 4 git commands to generate.