Changeset c8bf88d in mainline for kernel/arch/sparc64/src/mm/page.c


Ignore:
Timestamp:
2009-04-03T15:52:14Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
a7b1071
Parents:
2398ee9
Message:

represent special keystrokes (cursor arrows, page up/down, delete, etc.) as appropriate Unicode characters
do not parse ANSI control sequences in kconsole, but in serial line driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/mm/page.c

    r2398ee9 rc8bf88d  
    5454 * We are currently using identity mapping for mapping device registers.
    5555 *
    56  * @param physaddr      Physical address of the page where the device is
    57  *                      located.
    58  * @param size          Size of the device's registers. This argument is
    59  *                      ignored.
     56 * @param physaddr Physical address of the page where the device is
     57 *                 located.
     58 * @param size     Size of the device's registers.
    6059 *
    61  * @return              Virtual address of the page where the device is mapped.
     60 * @return Virtual address of the page where the device is mapped.
     61 *
    6262 */
    6363uintptr_t hw_map(uintptr_t physaddr, size_t size)
Note: See TracChangeset for help on using the changeset viewer.