Minor optimizations to dTSEC glue code
authorjhibbits <jhibbits@FreeBSD.org>
Sat, 8 Oct 2016 05:26:45 +0000 (05:26 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Sat, 8 Oct 2016 05:26:45 +0000 (05:26 +0000)
commit0b74c9ccd02438b520d102bf9828090f5c5d5ee2
tree1660ea087dc1a5bc2abe03c39595bf9e56b043cf
parent52a2f1d56fdf093c02a3ac0d8e445c9c203d0b4e
Minor optimizations to dTSEC glue code

Don't call pmap_kextract() multiple times, it wastes CPU cycles, which in a high
performance environment can be very expensive.

Inline XX_FindTracker() to allow more optimizations as well.
sys/contrib/ncsw/inc/xx_ext.h
sys/contrib/ncsw/user/env/xx.c