Changeset ff9f858 in mainline for arch/mips/src/mm/page.c


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/mips/src/mm/page.c

    r992bbb97 rff9f858  
    2929#include <arch/types.h>
    3030#include <mm/page.h>
    31 
    32 void map_page_to_frame(__address page, __address frame, int flags, __address root)
    33 {
    34         /* TODO !!! */
    35 }
Note: See TracChangeset for help on using the changeset viewer.