Subject: Is uvm_km_valloc() in cpu_setup() possible?
To: None <tech-kern@netbsd.org>
From: Alexander Funcke <funcke@daemon.se>
List: tech-kern
Date: 04/23/2002 15:00:27
Hi,


In the cpu_setup for the CPU (National Geode SCx200) want to map a few Kb at 
0x4000000 in physical memory till virtual kernel memory. 

How shall go about?

I tried to alloc kernel memory adresses through uvm_km_valloc() but I only get
pagefaults.


tia,
/Alexander