Changeset fd3c9e5 in mainline for arch/mips32/src/mm/vm.c


Ignore:
Timestamp:
2005-10-07T09:53:17Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92e5431
Parents:
cc205f1
Message:

Small changes to mips32 mm.
Small changes in mm mapping test #1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/mm/vm.c

    rcc205f1 rfd3c9e5  
    4949        spinlock_lock(&vm->lock);
    5050        hi.asid = vm->asid;
    51         cp0_entry_hi_write(*((__u32 *) &hi));   
     51        cp0_entry_hi_write(hi.value);   
    5252        spinlock_lock(&vm->unlock);
    5353        cpu_priority_restore(pri);
Note: See TracChangeset for help on using the changeset viewer.