Changeset 70554dd in mainline
- Timestamp:
- 2009-02-20T15:50:36Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7aef7ee
- Parents:
- f32d90b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
rf32d90b r70554dd 61 61 @ "pentium3" Pentium 3 62 62 @ "core" Core Solo/Duo 63 @ "athlon -xp" Athlon XP64 @ "athlon -mp" Athlon MP63 @ "athlon_xp" Athlon XP 64 @ "athlon_mp" Athlon MP 65 65 ! [PLATFORM=ia32] MACHINE (choice) 66 66 … … 244 244 245 245 % Fences 246 ! [PLATFORM=ia32&(MACHINE=athlon -xp|MACHINE=athlon-mp|MACHINE=pentium3)] CONFIG_FENCES_P3 (y)246 ! [PLATFORM=ia32&(MACHINE=athlon_xp|MACHINE=athlon_mp|MACHINE=pentium3)] CONFIG_FENCES_P3 (y) 247 247 248 248 % Fences … … 292 292 293 293 % Support for SMP 294 ! [(PLATFORM=ia32&MACHINE!=athlon -xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n)294 ! [(PLATFORM=ia32&MACHINE!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n) 295 295 296 296 % Improved support for hyperthreading … … 298 298 299 299 % Improved support for hyperthreading 300 ! [PLATFORM=ia32&MACHINE!=athlon -xp&MACHINE!=athlon-mp&MACHINE!=pentium3&CONFIG_SMP=y] CONFIG_HT (y/n)300 ! [PLATFORM=ia32&MACHINE!=athlon_xp&MACHINE!=athlon_mp&MACHINE!=pentium3&CONFIG_SMP=y] CONFIG_HT (y/n) 301 301 302 302 % Lazy FPU context switching -
kernel/arch/ia32/Makefile.inc
rf32d90b r70554dd 46 46 # 47 47 48 ifeq ($(MACHINE),athlon -xp)48 ifeq ($(MACHINE),athlon_xp) 49 49 CMN2 = -march=athlon-xp 50 50 SUNCC_CFLAGS += -xarch=ssea 51 51 endif 52 ifeq ($(MACHINE),athlon -mp)52 ifeq ($(MACHINE),athlon_mp) 53 53 CMN2 = -march=athlon-mp 54 54 SUNCC_CFLAGS += xarch=ssea
Note:
See TracChangeset
for help on using the changeset viewer.