Changeset dbb6886 in mainline for arch/sparc64/include/mm/tte.h


Ignore:
Timestamp:
2005-12-13T22:53:26Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ad925c
Parents:
91ef0d95
Message:

sparc64 work.
Support for TLB Demap operations.
Add tlb_invalidate(), tlb_invalidate_asid() and tlb_invalidate_page() (latter two are broken as they ignore asid).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/include/mm/tte.h

    r91ef0d95 rdbb6886  
    5656                unsigned soft2 : 9;     /**< Software defined field. */
    5757                unsigned diag : 9;      /**< Diagnostic data. */
    58                 unsigned pa : 28;       /**< Physical page number. */
     58                unsigned pfn : 28;      /**< Physical Address bits, bits 40:13. */
    5959                unsigned soft : 6;      /**< Software defined field. */
    6060                unsigned l : 1;         /**< Lock. */
Note: See TracChangeset for help on using the changeset viewer.