Changeset 6c4ff8a in mainline


Ignore:
Timestamp:
2007-11-10T23:21:15Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81614543
Parents:
7f3e3e7
Message:

replace prescott cpu type with currently more known category

Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/Makefile.inc

    r7f3e3e7 r6c4ff8a  
    7171        CONFIG_HT = n
    7272endif
    73 ifeq ($(MACHINE),prescott)
    74         CMN2 = -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -msse3
     73ifeq ($(MACHINE),core)
     74        CMN2 = -march=prescott -mfpmath=sse -mmmx -msse -msse2 -msse3
    7575        GCC_CFLAGS += $(CMN2)
    7676        ICC_CFLAGS += $(CMN2)
  • kernel/arch/ia32xen/Makefile.inc

    r7f3e3e7 r6c4ff8a  
    7171        CONFIG_HT = n
    7272endif
    73 ifeq ($(MACHINE),prescott)
    74         CMN2 = -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -msse3
     73ifeq ($(MACHINE),core)
     74        CMN2 = -march=prescott -mfpmath=sse -mmmx -msse -msse2 -msse3
    7575        GCC_CFLAGS += $(CMN2)
    7676        ICC_CFLAGS += $(CMN2)
  • kernel/kernel.config

    r7f3e3e7 r6c4ff8a  
    4040@ "pentium4" Pentium 4
    4141@ "pentium3" Pentium 3
     42@ "core" Core Solo/Duo
    4243@ "athlon-xp" Athlon XP
    4344@ "athlon-mp" Athlon MP
    44 @ "prescott" Prescott
    4545! [ARCH=ia32|ARCH=ia32xen] MACHINE (choice)
    4646
Note: See TracChangeset for help on using the changeset viewer.