Changeset 896ad9f in mainline for kernel/arch/ppc32/include/mm/tlb.h


Ignore:
Timestamp:
2009-01-31T13:12:14Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53634f9
Parents:
7c98874
Message:

use pseudorandom generator to avoid even the longest path of livelock collisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/mm/tlb.h

    r7c98874 r896ad9f  
    6060
    6161extern void pht_refill(int n, istate_t *istate);
    62 extern bool pht_real_refill(int n, istate_t *istate) __attribute__ ((section("K_UNMAPPED_TEXT_START")));
     62extern bool pht_refill_real(int n, istate_t *istate) __attribute__ ((section("K_UNMAPPED_TEXT_START")));
    6363extern void pht_init(void);
    6464
Note: See TracChangeset for help on using the changeset viewer.