Yesterday, I took my first crack at building a 2.6.37 kernel. 2.6.37.2, to be exact. Running "make silentoldconfig" yielded the attached .config file, which in turn generates the following error: warning: (HAVE_TEXT_POKE_SMP && SMP) selects STOP_MACHINE which has unmet direct dependencies (SMP && MODULE_UNLOAD || HOTPLUG_CPU) The only way I could get this warning to go away was to enable CONFIG_MODULES and CONFIG_MODULE_UNLOAD. I've never had to enable module support with my SMP kernels before. Why now? Brian