The patch titled
     CRIS: add missed local_irq_restore call
has been removed from the -mm tree.  Its filename was
     cris-add-missed-local_irq_restore-call.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: CRIS: add missed local_irq_restore call
From: Cyrill Gorcunov <[EMAIL PROTECTED]>

Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>
Acked-by: Jesper Nilsson <[EMAIL PROTECTED]>
Cc: Mikael Starvik <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/cris/arch-v10/kernel/io_interface_mux.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN 
arch/cris/arch-v10/kernel/io_interface_mux.c~cris-add-missed-local_irq_restore-call
 arch/cris/arch-v10/kernel/io_interface_mux.c
--- 
a/arch/cris/arch-v10/kernel/io_interface_mux.c~cris-add-missed-local_irq_restore-call
+++ a/arch/cris/arch-v10/kernel/io_interface_mux.c
@@ -392,6 +392,7 @@ int cris_request_io_interface(enum cris_
        if (((interfaces[ioif].gpio_g_in & gpio_in_pins) != 
interfaces[ioif].gpio_g_in) ||
            ((interfaces[ioif].gpio_g_out & gpio_out_pins) != 
interfaces[ioif].gpio_g_out) ||
            ((interfaces[ioif].gpio_b & gpio_pb_pins) != 
interfaces[ioif].gpio_b)) {
+               local_irq_restore(flags);
                printk(KERN_CRIT "cris_request_io_interface: Could not get 
required pins for interface %u\n",
                       ioif);
                return -EBUSY;
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-powerpc.patch
git-dvb.patch
wireless-iwlwifi3945-4965-fix-incorrect-counting-of-memory.patch
git-x86.patch
driver-ip27-rtc-convert-ioctl-to-unlocked_ioctl-v2.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to