K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2015-12-30T02:23:14.086890Z K 7 svn:log V 265 Rewrite tid_flush() in C. There's no need for it to be in asm. Also, by writing in C, and marking it static in pmap.c, it saves a branch to the function itself, as it's only used in one location. The generated asm is virtually identical to the handwritten code. END