Changeset ff9f858 in mainline for arch/ia64/src/fake.s


Ignore:
Timestamp:
2005-06-30T23:27:02Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1a03f9
Parents:
992bbb97
Message:

Generic 4-level page tables interface & implementation (review & test).
Implement more architecture dependant macros on IA-32.
Provide fake implementation on IA-64 and MIPS.
Convert map_page_to_frame() to use the new interface.
Move adjusted map_page_to_frame() from IA-32's arch/mm/page.c to the generic mm/page.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/fake.s

    r992bbb97 rff9f858  
    4343.global cpu_sleep
    4444.global frame_arch_init
    45 .global map_page_to_frame
    4645
    4746before_thread_runs_arch:
     
    5958cpu_sleep:
    6059frame_arch_init:
    61 map_page_to_frame:
    6260        br.ret.sptk.many b0
    6361
Note: See TracChangeset for help on using the changeset viewer.