Changeset cc205f1 in mainline for include/mm/tlb.h


Ignore:
Timestamp:
2005-10-06T12:45:22Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd3c9e5
Parents:
bca1b47
Message:

Add mm/mapping1 test.
(Will not make it past TLB Invalid exception on mips32.)
Fixes in asid.c.
Make TLB register types union with u32 value.
Implement tlb_invalidate() for mips32.
(TLB invalidation and shootdown path will have to be revised.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mm/tlb.h

    rbca1b47 rcc205f1  
    3030#define __TLB_H__
    3131
     32#include <arch/mm/asid.h>
     33
    3234extern void tlb_init(void);
    3335
     
    4446/* Export TLB interface that each architecture must implement. */
    4547extern void tlb_init_arch(void);
    46 extern void tlb_invalidate(int asid);
     48extern void tlb_invalidate(asid_t asid);
    4749extern void tlb_shootdown_ipi_send(void);
    4850
Note: See TracChangeset for help on using the changeset viewer.