Changeset 04225a7 in mainline for arch/amd64/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/amd64/Makefile.inc

    r55ab0f1 r04225a7  
    7474endif
    7575
     76ifeq ($(CONFIG_SIMICS_FIX),y)
     77        DEFS += -DCONFIG_SIMICS_FIX
     78endif
     79
    7680ARCH_SOURCES = \
    7781        arch/$(ARCH)/src/dummy.s \
Note: See TracChangeset for help on using the changeset viewer.