[S390] remove packed attribute from ext_int_info_t.
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 12 Oct 2007 14:11:36 +0000 (16:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Oct 2007 14:13:07 +0000 (16:13 +0200)
commitca08de05ed83b7c2029c742ef3310a284b7790ee
treea66b25b5b8505d3568053d32eeb0834eb218048f
parent364c85584e030f7cfc25e9d27ca893dee6f4bf8e
[S390] remove packed attribute from ext_int_info_t.

ext_int_info_t is no longer used in entry(64).S Instead do_extint is a C
function that handles the hash search.
As the structure is handled in C code, we can also remove the packed
attribute to avoid alignment issues. (Currently there is no alignment
problem in ext_int_info_t, even if packet)

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
include/asm-s390/s390_ext.h