Changeset 04225a7 in mainline for arch/ia32/Makefile.inc


Ignore:
Timestamp:
2006-02-04T19:06:07Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3260ada
Parents:
55ab0f1
Message:

Fixed boot process not to call malloc when slab not initialized.
Added simics workaround.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/Makefile.inc

    r55ab0f1 r04225a7  
    9292        DEFS += -DCONFIG_HT
    9393endif
     94ifeq ($(CONFIG_SIMICS_FIX),y)
     95        DEFS += -DCONFIG_SIMICS_FIX
     96endif
    9497
    9598ARCH_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.