Changeset ff9f858 in mainline for include/typedefs.h


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
  • include/typedefs.h

    r992bbb97 rff9f858  
    3737typedef unsigned int size_t;
    3838typedef unsigned int count_t;
     39typedef unsigned int index_t;
    3940
    4041typedef struct config config_t;
Note: See TracChangeset for help on using the changeset viewer.