Changeset 613bc54 in mainline for arch/ppc32/include/mm/tlb.h
- Timestamp:
- 2006-04-22T20:11:23Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c118940
- Parents:
- c7c0b89b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/mm/tlb.h
rc7c0b89b r613bc54 1 1 /* 2 * Copyright (C) 200 5 Jakub Jermar2 * Copyright (C) 2006 Martin Decky 3 3 * All rights reserved. 4 4 * … … 30 30 #define __ppc32_TLB_H__ 31 31 32 #define tlb_arch_init() 33 #define tlb_print() 32 #include <arch/exception.h> 33 #include <typedefs.h> 34 35 extern void pht_refill(istate_t *istate); 34 36 35 37 #endif
Note:
See TracChangeset
for help on using the changeset viewer.