NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/45915 CVS commit: src/sys/arch
The following reply was made to PR kern/45915; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: mhitch%NetBSD.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: PR/45915 CVS commit: src/sys/arch
Date: Fri, 10 Feb 2012 15:42:38 +0900
> Log Message:
> The recent kmem changes allocate a large kernel address space before
> pmap_init() is called, and the initial kernel PT pages aren't enough
> for the allocations pmap_init().
:
After this and the following changes
http://mail-index.netbsd.org/source-changes/2012/02/10/msg031644.html
http://mail-index.netbsd.org/source-changes/2012/02/10/msg031645.html
now HP362 (68030/16MB), HP382 (68040/24MB), and NWS-1750(68030/16MB)
work fine.
Note sun3/80 (which has differnt pmap) seems to have different issue.
(random stalls in m68k_compat_13_sigreturn13_stub()
but not related to this PR).
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index