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:
Benjamin Kaduk 2016-11-14 13:05:21 +00:00
parent e3d0b8610a
commit 9d8e38f5c6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49670

View file

@ -1421,7 +1421,7 @@
enhanced to allow syscall-less operation on machines that use
HPET hardwire for timecounters. The HPET algorithm coexists
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
programs' address space as needed. Measurements demonstrated
modest improvements in <tt>gettimeofday(2)</tt> performance,