git: redirindex accessed as 32-bit. Make it 32-bits wide.

Michael Neumann mneumann at crater.dragonflybsd.org
Sun Nov 7 13:46:27 PST 2010


commit 0fdc8ece4b343f36e3dbadda8081b03560c6f763
Author: Michael Neumann <mneumann at ntecs.de>
Date:   Thu Oct 14 01:35:40 2010 +0200

    redirindex accessed as 32-bit. Make it 32-bits wide.
    
    We access redirindex from assembly as a 32-bit value, so make it an actual
    32-bit value in the struct. This was no bug because the low word is stored
    first in memory and only the lower 32-bits of the value were ever used.

Summary of changes:
 sys/platform/pc64/include/smp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0fdc8ece4b343f36e3dbadda8081b03560c6f763


-- 
DragonFly BSD source repository





More information about the Commits mailing list