Changes in kernel/arch/riscv64/include/arch/mm/asid.h [8b6aa39:ccc362a1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/riscv64/include/arch/mm/asid.h
r8b6aa39 rccc362a1 36 36 #define KERN_riscv64_ASID_H_ 37 37 38 #include < typedefs.h>38 #include <stdint.h> 39 39 40 40 #define ASID_MAX_ARCH 4096 … … 42 42 typedef uint32_t asid_t; 43 43 44 #define asid_get() (ASID_START + 1) 45 #define asid_put(asid) 46 44 47 #endif 45 48
Note:
See TracChangeset
for help on using the changeset viewer.