Changeset dbb6886 in mainline for arch/sparc64/include/mm/asid.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/asid.h

    r91ef0d95 rdbb6886  
    3030#define __sparc64_ASID_H__
    3131
    32 typedef int asid_t;
     32#include <arch/types.h>
     33
     34/*
     35 * On SPARC, Context means the same thing as ASID trough out the kernel.
     36 */
     37typedef __u16 asid_t;
    3338
    3439#define asid_get()      0
Note: See TracChangeset for help on using the changeset viewer.