Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4581 → Rev 4580

/branches/network/defaults/amd64/Makefile.config
16,6 → 16,9
# Support for SMP
CONFIG_SMP = y
 
# Improved support for hyperthreading
CONFIG_HT = y
 
# Lazy FPU context switching
CONFIG_FPU_LAZY = y
 
/branches/network/defaults/ia32/Makefile.config
22,6 → 22,9
# Support for SMP
CONFIG_SMP = y
 
# Improved support for hyperthreading
CONFIG_HT = y
 
# Lazy FPU context switching
CONFIG_FPU_LAZY = y