summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-08-19 18:48:17 +0000
committernjl <njl@FreeBSD.org>2004-08-19 18:48:17 +0000
commit50a2c589ee6face70d113d78809e88afe21c617f (patch)
tree2dbc80a05316cd2ecd618dc4ba492ee5fb172267 /UPDATING
parent5f83f24499d31424d8c4cb2da78a2005d97db566 (diff)
downloadFreeBSD-src-50a2c589ee6face70d113d78809e88afe21c617f.zip
FreeBSD-src-50a2c589ee6face70d113d78809e88afe21c617f.tar.gz
Disable interrupts after using pmap_enter() to add the identity mapping.
Since pmap_enter() calls pmap_invalidate_page(), which needs interrupts enabled in the SMP case, we defer the disable to right before saving the register context. This has been incorrect for about a year but caused no real problems because the identity page never actually replaces a previously mapped page and suspend/resume on SMP systems has been uncommon. Tested by: sos MFC after: 3 days
Diffstat (limited to 'UPDATING')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud