Changeset 0f27b4c in mainline for genarch/src/mm/asid_fifo.c
- Timestamp:
- 2006-05-01T13:45:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 762a824
- Parents:
- 953b0f33
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/src/mm/asid_fifo.c
r953b0f33 r0f27b4c 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 /** 30 * @file asid_fifo.c 31 * @brief FIFO queue ASID management. 32 * 33 * Architectures that link with this file keep the unallocated ASIDs 34 * in FIFO queue. The queue can be statically (e.g. mips32) or 35 * dynamically allocated (e.g ia64 and sparc64). 36 */ 28 37 29 38 #include <genarch/mm/asid_fifo.h>
Note:
See TracChangeset
for help on using the changeset viewer.