Changeset df29f24 in mainline for kernel/arch/ppc32/include/mm/pht.h
- Timestamp:
- 2011-06-01T09:04:08Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0a7627b, c9f0975
- Parents:
- e51a514 (diff), 5d1b3aa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/pht.h
re51a514 rdf29f24 1 1 /* 2 * Copyright (c) 200 9Martin Decky2 * Copyright (c) 2006 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #include <test.h> 29 /** @addtogroup ppc32mm 30 * @{ 31 */ 32 /** @file 33 */ 30 34 31 const char *test_mips2(void) 32 { 33 return NULL; 34 } 35 #ifndef KERN_ppc32_PHT_H_ 36 #define KERN_ppc32_PHT_H_ 37 38 #include <arch/interrupt.h> 39 #include <typedefs.h> 40 41 /* Forward declaration. */ 42 struct as; 43 44 extern void pht_init(void); 45 extern void pht_refill(unsigned int, istate_t *); 46 extern void pht_invalidate(struct as *, uintptr_t, size_t); 47 48 #endif 49 50 /** @} 51 */
Note:
See TracChangeset
for help on using the changeset viewer.