Changeset 35f3b8c in mainline for arch/ppc32/include/types.h


Ignore:
Timestamp:
2006-05-18T23:24:40Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0bc189
Parents:
8424198
Message:

ppc32 work
update framebuffer
get rid of the BAT memory mapping (not finished yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/types.h

    r8424198 r35f3b8c  
    5353        unsigned p : 1;       /**< Present bit. */
    5454        unsigned a : 1;       /**< Accessed bit. */
     55        unsigned g : 1;       /**< Global bit. */
    5556        unsigned valid : 1;   /**< Valid content even if not present. */
    5657        unsigned pfn : 20;    /**< Physical frame number. */
Note: See TracChangeset for help on using the changeset viewer.