SBS Palomar II/IV/V port
Peter Bergner
bergner at brule.borg.umn.edu
Sat Oct 13 02:26:19 EST 2001
: Okay, does the following look right/work for everyone? (With a similar
: change to arch/ppc64/kernel/setup.c).
:
: ===== arch/ppc/kernel/setup.c 1.60 vs edited =====
: --- 1.60/arch/ppc/kernel/setup.c Thu Sep 27 09:01:14 2001
: +++ edited/arch/ppc/kernel/setup.c Thu Oct 11 16:15:45 2001
: @@ -496,7 +496,7 @@
: #ifdef CONFIG_BLK_DEV_INITRD
: case BI_INITRD:
: initrd_start = data[0];
: - initrd_end = data[0] + rec->size;
: + initrd_end = data[0] + data[1];
: break;
: #endif /* CONFIG_BLK_DEV_INITRD */
: #ifdef CONFIG_ALL_PPC
That's one of the changes I already have for PPC64, so looks good to me too.
Peter
--
Peter Bergner
SLIC Optimizing Translator Development / Linux PPC64 Kernel Development
IBM Rochester, MN
bergner at vnet.ibm.com
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list