commit | 9a06c3b176976919e223844f8ed9f1acae20b433 | [log] [tgz] |
---|---|---|
author | Adrian Cox <adrian@humboldt.co.uk> | Fri Nov 17 14:35:48 2006 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:39:35 2006 +1100 |
tree | a211fa3933f47fee664b0f908de35f2b7245bf30 | |
parent | 35af89eb491a0741005e474626053266e6e635b7 [diff] |
[POWERPC] Fix wraparound problem in smp-tbsync on 32-bit The patch below fixes an arithmetic wrap-around issue on 32bit machines using smp-tbsync. Without this patch a timebase value over 0x000000007fffffff will hang the boot process while bringing up secondary CPUs. Signed-off-by: Adrian Cox <adrian@humboldt.co.uk> Signed-off-by: Paul Mackerras <paulus@samba.org>