Searched refs:prom_initrd_end (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c170 static unsigned long __initdata prom_initrd_start, prom_initrd_end; variable
1193 if (RELOC(prom_initrd_end) > RELOC(alloc_bottom))
1194 RELOC(alloc_bottom) = PAGE_ALIGN(RELOC(prom_initrd_end));
2439 RELOC(prom_initrd_end) = RELOC(prom_initrd_start) + r4;
2444 val = RELOC(prom_initrd_end);
2449 RELOC(prom_initrd_end) - RELOC(prom_initrd_start));
2452 prom_debug("initrd_end=0x%x\n", RELOC(prom_initrd_end));

Completed in 52 milliseconds