Subject: Re: Working 1.6?
To: Michael L. Hitch <mhitch@msu.oscs.montana.edu>
From: Aymeric Vincent <Aymeric.Vincent@labri.fr>
List: port-amiga
Date: 06/05/2002 10:46:17
"Michael L. Hitch" <mhitch@msu.oscs.montana.edu> writes:

> HAMAJIMA Katsuomi <hamajima@nagoya.ydc.co.jp> writes: 
> > --- sys/arch/amiga/amiga/amiga_init.c.orig      Fri May 31 06:00:23 2002
> > +++ sys/arch/amiga/amiga/amiga_init.c   Wed Jun  5 01:20:29 2002
> > @@ -249,7 +249,6 @@
> >  	RELOC(boot_cphysize, u_long) = cphysize;
> >  
> >  	RELOC(machineid, int) = id;
> > -	RELOC(chipmem_start, vaddr_t) = cphysize;
> >  	RELOC(chipmem_end, vaddr_t) = cphysize;
> >  	RELOC(esym, char *) = esym_addr;
> >  	RELOC(boot_flags, u_long) = flags;
> 
>   Where did that come frome (Aymeric?).  Setting chipmem_start and
> chipmem_end to the same address makes no sense whatsoever.

I agree with you. This is a pasto which came from the commit where I
fixed a lot of weird casts.

I requested a pullup of your fix to the 1.6 branch.


Thanks all,
 Aymeric