Re: NetBSD 10.0_RC1 on AlphaServer DS25... no boot
Jason Thorpe <[email protected]> Sat, 30 Dec 2023 10:54:27 -0800
| Newsgroups | gmane.os.netbsd.ports.alpha |
|---|---|
| Message-ID | <[email protected]> |
> On Dec 30, 2023, at 10:47 AM, Jason Thorpe <[email protected]> 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