Port-alpha archive

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

Re: NetBSD 10.0_RC1 on AlphaServer DS25... no boot



> On Dec 30, 2023, at 10:47 AM, Jason Thorpe <thorpej%me.com@localhost> wrote:
> 
> pmap_extract() at netbsd:pmap_extract+0x74
> uvm_km_alloc() at netbsd:uvm_km_alloc+0x1f0
> bufpool_page_alloc() at netbsd:bufpool_page_alloc+0x34

BTW, the pmap_extract() is in a a KASSERT(), to ensure that nothing is currently mapped at the address that a page is about to be mapped at.  It would probably blow up at the pmap_kenter_pa() just few lines later.

-- thorpej



Home | Main Index | Thread Index | Old Index