Changeset 909c6e3 in mainline for arch/mips/include/mm/tlb.h
- Timestamp:
- 2005-09-07T09:44:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d246e7e
- Parents:
- 24bd23a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/include/mm/tlb.h
r24bd23a r909c6e3 29 29 #ifndef __mips_TLB_H__ 30 30 #define __mips_TLB_H__ 31 32 #include <arch/exception.h> 31 33 32 34 #define PAGE_UNCACHED 2 … … 64 66 typedef struct entry_lo pte_t; 65 67 66 extern void tlb_ refill(void);67 extern void tlb_ invalid(void);68 extern void tlb_invalid(struct exception_regdump *pstate); 69 extern void tlb_refill(struct exception_regdump *pstate); 68 70 69 71 #endif
Note:
See TracChangeset
for help on using the changeset viewer.