On 11/25/21 02:28, Sean Christopherson wrote:
-static _Bool ac_test_enough_room(ac_pt_env_t *pt_env) +static void __ac_test_init(ac_test_t *at, unsigned long virt, + ac_pt_env_t *pt_env, ac_test_t *buddy) { - /* '120' is completely arbitrary. */ - return (pt_env->pt_pool_current + 5) < 120; -}
Ok, so the early change to the "pool" logic was mostly cosmetic as it goes away.
Paolo