Changeset 8c5e6c7 in mainline for arch/mips32/include/mm/tlb.h


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

mips32 memory management work.
TLB exceptions seem to be working on at least simics.
msim handles TLB Refill and TLB Invalid exceptions well,
but seems to skip writes to the mapped addressies in mm
mapping test #1 (the data is not written and exception
is not triggered).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/mm/tlb.h

    r92e5431 r8c5e6c7  
    4949                unsigned c : 3;         /* cache coherency attribute */
    5050                unsigned pfn : 24;      /* frame number */
    51                 unsigned zero: 2;       /* zero */
     51                unsigned : 2;           /* zero */
    5252        } __attribute__ ((packed));
    5353        __u32 value;
Note: See TracChangeset for help on using the changeset viewer.