Subject: pmap_activate() call in cpu_lwp_fork() To: None <port-arm@NetBSD.org> From: Martin Husemann <martin@duskware.de> List: port-arm Date: 08/03/2007 13:11:54
Can someone explain why cpu_lwp_fork() calls pmap_activate(l2); in
sys/arch/arm/arm32/vm_machdep.c?
The pmap is activated by MI code, so if this is not due to side effects of
activating the pmap, we probably should remove this call.
Martin