Changeset bc78c75 in mainline for arch/ia64/include/mm/tlb.h


Ignore:
Timestamp:
2006-02-08T17:15:56Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
89298e3
Parents:
4c8715d2
Message:

IA-64 TLB filling functions for dynamic tlb filling (TC tlb).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/mm/tlb.h

    r4c8715d2 rbc78c75  
    3333#define tlb_print()
    3434
     35
     36#include <arch/mm/page.h>
     37#include <arch/mm/asid.h>
     38#include <arch/register.h>
     39
     40
     41void tlb_fill_data(__address va,asid_t asid,vhpt_entry_t entry);
     42void tlb_fill_code(__address va,asid_t asid,vhpt_entry_t entry);
     43
     44
    3545#endif
     46
     47
Note: See TracChangeset for help on using the changeset viewer.