Changeset 909c6e3 in mainline for arch/mips/include/mm/tlb.h


Ignore:
Timestamp:
2005-09-07T09:44:30Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d246e7e
Parents:
24bd23a
Message:

MIPS exception now saves all necesssary information only on stack.

File:
1 edited

Legend:

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

    r24bd23a r909c6e3  
    2929#ifndef __mips_TLB_H__
    3030#define __mips_TLB_H__
     31
     32#include <arch/exception.h>
    3133
    3234#define PAGE_UNCACHED                   2
     
    6466typedef struct entry_lo pte_t;
    6567
    66 extern void tlb_refill(void);
    67 extern void tlb_invalid(void);
     68extern void tlb_invalid(struct exception_regdump *pstate);
     69extern void tlb_refill(struct exception_regdump *pstate);
    6870
    6971#endif
Note: See TracChangeset for help on using the changeset viewer.