Changeset 57ce359 in mainline for kernel/arch/ia32xen/include/mm/asid.h
- Timestamp:
- 2006-10-22T18:27:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19dce27
- Parents:
- 2191541
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32xen/include/mm/asid.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32mm29 /** @addtogroup ia32xen_mm 30 30 * @{ 31 31 */ 32 32 /** @file 33 * @ingroup xen32mm33 * @ingroup ia32xen_mm 34 34 */ 35 35 36 36 /* 37 * xen32has no hardware support for address space identifiers.37 * ia32xen has no hardware support for address space identifiers. 38 38 * This file is provided to do nop-implementation of mm/asid.h 39 39 * interface. 40 40 */ 41 41 42 #ifndef KERN_ xen32_ASID_H_43 #define KERN_ xen32_ASID_H_42 #ifndef KERN_ia32xen_ASID_H_ 43 #define KERN_ia32xen_ASID_H_ 44 44 45 45 typedef int asid_t;
Note:
See TracChangeset
for help on using the changeset viewer.