Changeset 7f0837c in mainline for generic/src/mm/page.c


Ignore:
Timestamp:
2006-04-24T12:59:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd8af4b
Parents:
24f3874
Message:

Remove the outdated TODO file.
Improve doxygen comments here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/page.c

    r24f3874 r7f0837c  
    7474/** Insert mapping of page to frame.
    7575 *
    76  * Map virtual address 'page' to physical address 'frame'
    77  * using 'flags'. Allocate and setup any missing page tables.
     76 * Map virtual address @page to physical address @frame
     77 * using @flags. Allocate and setup any missing page tables.
    7878 *
    7979 * The page table must be locked and interrupts must be disabled.
     
    9494/** Remove mapping of page.
    9595 *
    96  * Remove any mapping of 'page' within address space 'as'.
     96 * Remove any mapping of @page within address space @as.
    9797 * TLB shootdown should follow in order to make effects of
    9898 * this call visible.
Note: See TracChangeset for help on using the changeset viewer.