Changeset 896ad9f in mainline for kernel/arch/ppc32/src/exception.S


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/src/exception.S

    r7c98874 r896ad9f  
    226226        mr r4, sp
    227227        addi r4, r4, 8
    228         bl pht_real_refill
     228        bl pht_refill_real
    229229       
    230230        cmpwi r3, 0
     
    238238        mr r4, sp
    239239        addi r4, r4, 8
    240         bl pht_real_refill
     240        bl pht_refill_real
    241241       
    242242        cmpwi r3, 0
     
    282282
    283283iret_real:
    284        
    285284        lwz r0, 8(sp)
    286285        lwz r2, 12(sp)
Note: See TracChangeset for help on using the changeset viewer.