lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 19 Oct 2006 19:00:21 +0200
From:	Adrian Bunk <bunk@...sta.de>
To:	rmk@....linux.org.uk
Cc:	linux-kernel@...r.kernel.org
Subject: [2.6.19 patch] one more ARM IRQ fix

This patch fixes one more compile breakage caused by the post -rc1 IRQ 
changes.

Signed-off-by: Adrian Bunk <bunk@...sta.de>

--- linux-2.6/arch/arm/mach-lh7a40x/common.h.old	2006-10-19 17:32:38.000000000 +0200
+++ linux-2.6/arch/arm/mach-lh7a40x/common.h	2006-10-19 17:32:51.000000000 +0200
@@ -15,4 +15,4 @@
 extern void lh7a40x_clcd_init (void);
 extern void lh7a40x_init_board_irq (void);
 
-#define IRQ_DISPATCH(irq) desc_handle_irq((irq),(irq_desc + irq), regs)
+#define IRQ_DISPATCH(irq) desc_handle_irq((irq),(irq_desc + irq))

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ