Print this page
6345 remove xhat support

*** 63,73 **** * translations that have page structures. Therefore, it can * underestimate the traditional resident set size, eg, if the * physical page is present and the hardware translation is missing; * and it can overestimate the rss, eg, if there are active * translations to a frame buffer with page structs. ! * Also, it does not take sharing and XHATs into account. */ size_t rm_asrss(as) register struct as *as; { --- 63,73 ---- * translations that have page structures. Therefore, it can * underestimate the traditional resident set size, eg, if the * physical page is present and the hardware translation is missing; * and it can overestimate the rss, eg, if there are active * translations to a frame buffer with page structs. ! * Also, it does not take sharing into account. */ size_t rm_asrss(as) register struct as *as; {