Page MenuHomeFreeBSD

linuxkpi: Add `kmap_local_page_prot()` and `kunmap_local()`
ClosedPublic

Authored by dumbbell on Jan 22 2023, 2:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 17 2024, 8:00 AM
Unknown Object (File)
May 17 2024, 7:54 AM
Unknown Object (File)
May 13 2024, 11:46 AM
Unknown Object (File)
May 13 2024, 11:11 AM
Unknown Object (File)
May 13 2024, 9:15 AM
Unknown Object (File)
Jan 15 2024, 12:22 AM
Unknown Object (File)
Dec 20 2023, 7:51 AM
Unknown Object (File)
Nov 4 2023, 4:51 AM

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

What's the difference in Linux ?

sys/compat/linuxkpi/common/include/linux/highmem.h
98

style(9) need new line.

130

style(9) need new line.

In D38155#866973, @manu wrote:

What's the difference in Linux ?

The *_atomic variant turn off preemption and page faults between the map and the unmap, something the *_local variant doesn't do.

This revision is now accepted and ready to land.Jan 28 2023, 8:32 AM