Changeset 4512d7e in mainline for arch/ia32/include/mm/asid.h
- Timestamp:
- 2006-01-19T22:17:47Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6461d67c
- Parents:
- 64c44e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/mm/asid.h
r64c44e8 r4512d7e 27 27 */ 28 28 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 29 35 #ifndef __ia32_ASID_H__ 30 36 #define __ia32_ASID_H__ … … 32 38 typedef int asid_t; 33 39 34 #define asid_get() 0 40 #define ASID_MAX_ARCH 0 41 42 #define asid_install(as) 35 43 36 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.