DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Michael Neumann <mneumann@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 7 Nov 2010 13:45:34 -0800 (PST)

commit 0fdc8ece4b343f36e3dbadda8081b03560c6f763
Author: Michael Neumann <mneumann@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]