- Timestamp:
- 2006-01-19T22:17:47Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6461d67c
- Parents:
- 64c44e8
- Location:
- arch/ia64
- Files:
-
- 2 edited
-
Makefile.inc (modified) (1 diff)
-
include/mm/asid.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/Makefile.inc
r64c44e8 r4512d7e 48 48 CONFIG_PAGE_HT = y 49 49 50 ## Compile with support for address space identifiers. 51 # 52 53 CONFIG_ASID = y 54 55 50 56 ARCH_SOURCES = \ 51 57 arch/$(ARCH)/src/start.S \ -
arch/ia64/include/mm/asid.h
r64c44e8 r4512d7e 30 30 #define __ia64_ASID_H__ 31 31 32 typedef int asid_t; 32 #include <arch/types.h> 33 33 34 #define asid_get() 0 34 typedef __u32 asid_t; 35 36 /* 37 * ASID_MAX can range from 2^18 - 1 to 2^24 - , 38 * depending on architecture implementation. 39 */ 40 #define ASID_MAX_ARCH 16777215 /* 2^24 - 1 */ 35 41 36 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
