From: Heiko Carstens Date: Sun, 11 Mar 2012 15:59:31 +0000 (-0400) Subject: [S390] irq: external interrupt code passing X-Git-Tag: v3.4-rc1~135^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde15c3a3adc7b65cd0610dd6bca4804ee7ffd38;p=pandora-kernel.git [S390] irq: external interrupt code passing The external interrupt handlers have a parameter called ext_int_code. Besides the name this paramter does not only contain the ext_int_code but in addition also the "cpu address" (POP) which caused the external interrupt. To make the code a bit more obvious pass a struct instead so the called function can easily distinguish between external interrupt code and cpu address. The cpu address field however is named "subcode" since some external interrupt sources do not pass a cpu address but a different parameter (or none at all). Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed