Crash on BenH's latest rsync (2.4.6-pre3)
Tom Rini
trini at kernel.crashing.org
Wed Jun 27 08:13:46 EST 2001
On Tue, Jun 26, 2001 at 04:29:13PM -0500, Takashi Oe wrote:
> BootX support on your rsync tree and linuxppc_2_4_devel tree is
> broken. I guess no one with BootX bothered to try
> linuxppc_2_4_devel..
Does this work as well?
/* if we didn't get any bootinfo telling us what we are... */
if ( _machine == 0 )
{
/* prep boot loader tells us if we're prep or not */
if ( *(unsigned long *)(KERNELBASE) == (0xdeadc0de) )
_machine = _MACH_prep;
else {
/* This must be called before intuit_machine_type */
if (boot_infos)
relocate_nodes();
/* If we aren't PReP, we can find out if we're Pmac
* or CHRP with this. */
intuit_machine_type();
}
}
?
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list