Changeset b00fdde in mainline for generic/include/mm/tlb.h


Ignore:
Timestamp:
2005-12-08T22:43:39Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d04024
Parents:
944b15c
Message:

sparc64 work.
Implement functions for reading IMMU and DMMU TLBs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/tlb.h

    r944b15c rb00fdde  
    4545
    4646/* Export TLB interface that each architecture must implement. */
    47 extern void tlb_init_arch(void);
     47extern void tlb_arch_init(void);
     48extern void tlb_print(void);
    4849extern void tlb_invalidate(asid_t asid);
    4950extern void tlb_shootdown_ipi_send(void);
Note: See TracChangeset for help on using the changeset viewer.