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


Ignore:
Timestamp:
2005-06-03T19:37:31Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d47f0e1
Parents:
673104e
Message:

Discard 'copy' parameter of map_page_to_frame().
Introduce 'root' parameter of map_page_to_frame().
If 'root' is zero, page directory address is read from CPU.
Otherwise 'root' is used as page directory address.

Add missing word to new doxygen-style comments in scheduler.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/mm/page.c

    r673104e rd1a184f  
    3030#include <mm/page.h>
    3131
    32 void map_page_to_frame(__address page, __address frame, int flags, int copy)
     32void map_page_to_frame(__address page, __address frame, int flags, __address root)
    3333{
    3434        /* TODO !!! */
Note: See TracChangeset for help on using the changeset viewer.