Changeset 68834d85 in mainline


Ignore:
Timestamp:
2009-10-16T14:50:51Z (15 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f238e86
Parents:
e035612
Message:

Setup the project to "know" about sun4v. Temporarily adding the -DSUN4V option to keep the code compilable.

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    re035612 r68834d85  
    7676@ "us" UltraSPARC I-II subarchitecture
    7777@ "us3" UltraSPARC III-IV subarchitecture
     78@ "sun4v" Niagara (sun4v)
    7879! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
    7980
  • kernel/arch/sparc64/Makefile.inc

    re035612 r68834d85  
    5252endif
    5353
     54ifeq ($(PROCESSOR),sun4v)
     55        DEFS += -DSUN4V
     56#MH
     57        DEFS += -DUS
     58endif
     59
    5460ARCH_SOURCES = \
    5561        arch/$(KARCH)/src/cpu/cpu.c \
Note: See TracChangeset for help on using the changeset viewer.