>> >>> + prot_virt_host = 0;> +} >>> + >>> +void adjust_to_uv_max(unsigned long *vmax) >>> +{ >>> + if (prot_virt_host && *vmax > uv_info.max_sec_stor_addr) >>> + *vmax = uv_info.max_sec_stor_addr; >> >> Once you move the prot virt check out of this function > > >> >> *vmax = max_t(unsigned long, *vmax, uv_info.max_sec_stor_addr); actually min_t, sorry :) -- Thanks, David / dhildenb