]> Git Repo - linux.git/blob - arch/arm/boot/bootp/kernel.S
[IPV6]: Defer IPv6 device initialization until the link becomes ready.
[linux.git] / arch / arm / boot / bootp / kernel.S
1         .globl  kernel_start
2 kernel_start:
3         .incbin "arch/arm/boot/zImage"
4         .globl  kernel_end
5 kernel_end:
6         .align  2
This page took 0.030304 seconds and 4 git commands to generate.