Port-atari archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: small patches for atari kernel



On Wed, Jan 21, 2009 at 2:53 PM, Izumi Tsutsui 
<tsutsui%ceres.dti.ne.jp@localhost> wrote:
> Could anyone try the following small changes?
>
> 1) use pmap_kenter_pa(9) rather than pmap_enter(9) to map msgbuf
>   as other ports (msgbuf pages are not managed by pmap)
>
> 2) replace multi-statement macro using GCC extension `({})' in atari5380.c
>   with static inline functions to avoid possible side effects or confusion
>
> http://www.ceres.dti.ne.jp/~tsutsui/netbsd/netbsd-atari-BOOT-5.0_BETA-20090121.gz
>
> Comments? (these are other concerns ;-)

Just made a quick test: kernel boots with 030, but fails with 060 (it hangs
before kernel prints anything to screen ...). It looks that we have another
68060 related pmap bug lurking :/

-Tuomo


Home | Main Index | Thread Index | Old Index