Changeset 1084a784 in mainline for arch/mips32/include/mm/asid.h
- Timestamp:
- 2005-10-04T22:09:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 342de62
- Parents:
- 8e3f47b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/mm/asid.h
r8e3f47b3 r1084a784 1 1 /* 2 * Copyright (C) 2005 Ma trin Decky2 * Copyright (C) 2005 Martin Decky 3 3 * All rights reserved. 4 4 * … … 30 30 #define __mips32_ASID_H__ 31 31 32 extern void asid_bitmap_reset(void); 32 #include <arch/types.h> 33 34 typedef __u8 asid_t; 35 36 extern asid_t asid_get(void); 37 extern void asid_put(asid_t asid); 33 38 34 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.