From: Martin Schwidefsky Date: Mon, 17 Jun 2013 12:54:02 +0000 (+0200) Subject: s390/irq: store interrupt information in pt_regs X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~39^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48f6b00c6e3190b786c44731b25ac124c81c2247;p=pandora-kernel.git s390/irq: store interrupt information in pt_regs Copy the interrupt parameters from the lowcore to the pt_regs structure in entry[64].S and reduce the arguments of the low level interrupt handler to the pt_regs pointer only. In addition move the test-pending-interrupt loop from do_IRQ to entry[64].S to make sure that interrupt information is always delivered via pt_regs. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed