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


Ignore:
Timestamp:
2006-03-13T20:08:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
631ca4d
Parents:
45d6add
Message:

Nicer ia32 interrupt handlers and structures holding interrupted context data.
Unify the name holding interrupted context data on all architectures to be istate.

File:
1 edited

Legend:

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

    r45d6add r25d7709  
    8383extern void itc_pte_copy(pte_t *t);
    8484
    85 extern void alternate_instruction_tlb_fault(__u64 vector, struct exception_regdump *pstate);
    86 extern void alternate_data_tlb_fault(__u64 vector, struct exception_regdump *pstate);
    87 extern void data_nested_tlb_fault(__u64 vector, struct exception_regdump *pstate);
    88 extern void data_dirty_bit_fault(__u64 vector, struct exception_regdump *pstate);
    89 extern void instruction_access_bit_fault(__u64 vector, struct exception_regdump *pstate);
    90 extern void data_access_bit_fault(__u64 vector, struct exception_regdump *pstate);
    91 extern void page_not_present(__u64 vector, struct exception_regdump *pstate);
     85extern void alternate_instruction_tlb_fault(__u64 vector, istate_t *istate);
     86extern void alternate_data_tlb_fault(__u64 vector, istate_t *istate);
     87extern void data_nested_tlb_fault(__u64 vector, istate_t *istate);
     88extern void data_dirty_bit_fault(__u64 vector, istate_t *istate);
     89extern void instruction_access_bit_fault(__u64 vector, istate_t *istate);
     90extern void data_access_bit_fault(__u64 vector, istate_t *istate);
     91extern void page_not_present(__u64 vector, istate_t *istate);
    9292
    9393#endif
Note: See TracChangeset for help on using the changeset viewer.