K 10 svn:author V 5 kmacy K 8 svn:date V 27 2006-12-17T01:01:52.000000Z K 7 svn:log V 341 - Remove PCPU references by passing field as a reference to _tte_hash_lookup. - The PCPU usage was to ensure that there were no faults on the stack while the tte_hash_bucket lock was held - but this can be avoided by making sure the address on the stack is already referenced. - PCPU removal obviates the need for critical_{enter, exit} END