Changeset bd83ccea in mainline for kernel/arch/ia64/Makefile.inc


Ignore:
Timestamp:
2008-09-08T06:23:41Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91befde0
Parents:
8ec30d9
Message:

Remove ia64 legacy init address and init size macros.
Remove now unneeded vmaxlma.c.

File:
1 edited

Legend:

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

    r8ec30d9 rbd83ccea  
    3939TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64
    4040
    41 INIT0_ADDRESS = 0xe000000004404000
    42 INIT0_SIZE = 0x100000
    43 
    4441CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
    4542GCC_CFLAGS += $(CMN1)
     
    4946AFLAGS += -mconstant-gp
    5047
    51 DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE)
    52 
     48DEFS += -D__64_BITS__ -D$(MACHINE)
    5349
    5450## Compile with page hash table support.
     
    10197        DEFS += -DI460GX -DCONFIG_I8042
    10298        BFD = binary
    103 
    10499endif
    105100
Note: See TracChangeset for help on using the changeset viewer.