patch-2.3.51 linux/arch/ia64/kernel/irq_lock.c

Next file: linux/arch/ia64/kernel/pci.c
Previous file: linux/arch/ia64/kernel/irq_internal.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.50/linux/arch/ia64/kernel/irq_lock.c linux/arch/ia64/kernel/irq_lock.c
@@ -281,7 +281,7 @@
                 __sti();
                 break;
         default:
-                printk("global_restore_flags: %08lx (%08lx)\n",
-                        flags, (&flags)[-1]);
+		printk("global_restore_flags: %08lx (%08lx) from %p\n",
+		       flags, (&flags)[-1], __builtin_return_address(0));
         }
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)