CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/22 11:48:41
Modified files:
sys/arch/arm/arm: fault.c pmap7.c
sys/arch/arm/include: frame.h
Log message:
If an Access Flag fault happens while we were running the kernel and
it happened on a kernel page, we need to consult the kernel pmap
instead of the current proc's pmap. Fixes panic when using tmpfs.
ok kettenis@
