K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-07-20T06:58:51.000000Z K 7 svn:log V 523 Update of the i686 MTRR/memory range support. - Support for setting memory range attributes on SMP systems using the new SMP rendezvous function - Don't print the confusing default memory type message. - Allow legal overlapping range types. - Turn interrupts back on after setting MTRRs in UP mode (whoops) - Don't waste time calling invltlb() after wbinvd(); it's not SMP-compatible (interrupts are off) and unncessary because wbinvd already flushes the TLB. This code is now essentially feature-complete. END