redirindex accessed as 32-bit. Make it 32-bits wide.
authorMichael Neumann <mneumann@ntecs.de>
Wed, 13 Oct 2010 23:35:40 +0000 (01:35 +0200)
committerMichael Neumann <mneumann@ntecs.de>
Wed, 13 Oct 2010 23:35:40 +0000 (01:35 +0200)
commit0fdc8ece4b343f36e3dbadda8081b03560c6f763
treec421c58b785d2be550a46181613d3f5ee0e527be
parent906448d880ec79f287ec7b4d4161d0bacdfa357d
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.
sys/platform/pc64/include/smp.h