Changeset 43d6401 in mainline for kernel/arch/ppc32/include/mm/tlb.h


Ignore:
Timestamp:
2009-01-29T18:24:40Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
917c427
Parents:
f817d3a
Message:

ppc32: add support for cache disable page access control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/mm/tlb.h

    rf817d3a r43d6401  
    4040#include <typedefs.h>
    4141
     42#define WIMG_GUARDED    0x01
     43#define WIMG_COHERENT   0x02
     44#define WIMG_NO_CACHE   0x04
     45#define WIMG_WRITETHRU  0x08
     46
    4247typedef struct {
    4348        unsigned v : 1;          /**< Valid */
Note: See TracChangeset for help on using the changeset viewer.