Changeset 32e8cd1 in mainline for kernel/arch/sparc32/src/mm/tlb.c


Ignore:
Timestamp:
2013-12-28T17:16:44Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1023bcb
Parents:
f6f22cdb
Message:

code revision
coding style fixes
removal of debugging printouts and other temporary stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc32/src/mm/tlb.c

    rf6f22cdb r32e8cd1  
    2727 */
    2828
    29 /** @addtogroup abs32lemm
     29/** @addtogroup sparc32mm
    3030 * @{
    3131 */
     
    4545}
    4646
    47 void tlb_invalidate_pages(asid_t asid __attribute__((unused)), uintptr_t page, size_t cnt)
     47void tlb_invalidate_pages(asid_t asid __attribute__((unused)), uintptr_t page,
     48    size_t cnt)
    4849{
    4950        tlb_invalidate_all();
Note: See TracChangeset for help on using the changeset viewer.