Changeset 84dd253 in mainline for arch/ia64


Ignore:
Timestamp:
2005-09-21T13:37:50Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aed4eca
Parents:
fcacfb7
Message:

Physical memory management work.
New frame allocator.
Some architectures need to have bigger heap.

Location:
arch/ia64
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/Makefile.inc

    rfcacfb7 r84dd253  
    3333        arch/ivt.S \
    3434        arch/interrupt_handler.c \
    35         arch/fmath.c
     35        arch/fmath.c \
     36        arch/mm/frame.c
  • arch/ia64/src/dummy.s

    rfcacfb7 r84dd253  
    4141.global cpu_priority_restore
    4242.global cpu_sleep
    43 .global frame_arch_init
    4443.global dummy
    4544.global fpu_enable
     
    5958cpu_priority_restore:
    6059cpu_sleep:
    61 frame_arch_init:
    6260fpu_init:
    6361fpu_enable:
Note: See TracChangeset for help on using the changeset viewer.