From: Christian Borntraeger Date: Fri, 12 Oct 2007 14:11:36 +0000 (+0200) Subject: [S390] remove packed attribute from ext_int_info_t. X-Git-Tag: v2.6.24-rc1~1423 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca08de05ed83b7c2029c742ef3310a284b7790ee;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed