Changeset dbb6886 in mainline for arch/sparc64/include/mm/asid.h
- Timestamp:
- 2005-12-13T22:53:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ad925c
- Parents:
- 91ef0d95
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/mm/asid.h
r91ef0d95 rdbb6886 30 30 #define __sparc64_ASID_H__ 31 31 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 */ 37 typedef __u16 asid_t; 33 38 34 39 #define asid_get() 0
Note:
See TracChangeset
for help on using the changeset viewer.