Changeset bc78c75 in mainline for arch/ia64/include/mm/tlb.h
- Timestamp:
- 2006-02-08T17:15:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 89298e3
- Parents:
- 4c8715d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/mm/tlb.h
r4c8715d2 rbc78c75 33 33 #define tlb_print() 34 34 35 36 #include <arch/mm/page.h> 37 #include <arch/mm/asid.h> 38 #include <arch/register.h> 39 40 41 void tlb_fill_data(__address va,asid_t asid,vhpt_entry_t entry); 42 void tlb_fill_code(__address va,asid_t asid,vhpt_entry_t entry); 43 44 35 45 #endif 46 47
Note:
See TracChangeset
for help on using the changeset viewer.