Changeset 613bc54 in mainline for arch/ppc32/include/mm/asid.h
- Timestamp:
- 2006-04-22T20:11:23Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c118940
- Parents:
- c7c0b89b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/mm/asid.h
rc7c0b89b r613bc54 27 27 */ 28 28 29 #ifndef __ppc32_ASID_H__ 30 #define __ppc32_ASID_H__ 29 /* 30 * ia32 has no hardware support for address space identifiers. 31 * This file is provided to do nop-implementation of mm/asid.h 32 * interface. 33 */ 34 35 #ifndef __ia32_ASID_H__ 36 #define __ia32_ASID_H__ 31 37 32 38 typedef int asid_t; 33 39 34 #define ASID_MAX_ARCH 340 #define ASID_MAX_ARCH 3 35 41 36 #define asid_get() (ASID_START+1)42 #define asid_get() (ASID_START+1) 37 43 38 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.