Changeset a217358 in mainline for kernel/arch/mips32/include/mm/page.h


Ignore:
Timestamp:
2009-11-16T17:57:53Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c70ed6
Parents:
d8f92868
Message:

fix minor glitches detected by Vcc checker (thx to Ondrej Sery)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/mm/page.h

    rd8f92868 ra217358  
    141141#include <arch/exception.h>
    142142
    143 static inline int get_pt_flags(pte_t *pt, size_t i)
     143static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
    144144{
    145145        pte_t *p = &pt[i];
Note: See TracChangeset for help on using the changeset viewer.