Correct text about shared page for HPET registers
The shared page maps HPET registers; HPET does not do the mapping. Reported by: kib Pointy-hat to: bjk
This commit is contained in:
parent
e3d0b8610a
commit
9d8e38f5c6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49670
1 changed files with 1 additions and 1 deletions
|
@ -1421,7 +1421,7 @@
|
||||||
enhanced to allow syscall-less operation on machines that use
|
enhanced to allow syscall-less operation on machines that use
|
||||||
HPET hardwire for timecounters. The HPET algorithm coexists
|
HPET hardwire for timecounters. The HPET algorithm coexists
|
||||||
with older RDTSC-based code, allowing dynamic switching of
|
with older RDTSC-based code, allowing dynamic switching of
|
||||||
timecounters. HPET registers a page that is
|
timecounters. A page with HPET registers is
|
||||||
<tt>mmap(2)</tt>-ed readonly by libc into userland application
|
<tt>mmap(2)</tt>-ed readonly by libc into userland application
|
||||||
programs' address space as needed. Measurements demonstrated
|
programs' address space as needed. Measurements demonstrated
|
||||||
modest improvements in <tt>gettimeofday(2)</tt> performance,
|
modest improvements in <tt>gettimeofday(2)</tt> performance,
|
||||||
|
|
Loading…
Reference in a new issue