Changeset 896ad9f in mainline for kernel/arch/ppc32/include/mm/tlb.h
- Timestamp:
- 2009-01-31T13:12:14Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53634f9
- Parents:
- 7c98874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/tlb.h
r7c98874 r896ad9f 60 60 61 61 extern void pht_refill(int n, istate_t *istate); 62 extern bool pht_re al_refill(int n, istate_t *istate) __attribute__ ((section("K_UNMAPPED_TEXT_START")));62 extern bool pht_refill_real(int n, istate_t *istate) __attribute__ ((section("K_UNMAPPED_TEXT_START"))); 63 63 extern void pht_init(void); 64 64
Note:
See TracChangeset
for help on using the changeset viewer.