* [PATCH] - Delete debug code in arch/ia64/sn/kernel/sn2/timer_interrupt.c
@ 2004-01-30 21:48 Jack Steiner
2004-01-30 21:54 ` Jesse Barnes
0 siblings, 1 reply; 2+ messages in thread
From: Jack Steiner @ 2004-01-30 21:48 UTC (permalink / raw)
To: linux-ia64
Some debug was left in timer_interrupt.c:
diff -Naur linux_base/arch/ia64/sn/kernel/sn2/timer_interrupt.c linux/arch/ia64/sn/kernel/sn2/timer_interrupt.c
--- linux_base/arch/ia64/sn/kernel/sn2/timer_interrupt.c Thu Jan 29 18:14:23 2004
+++ linux/arch/ia64/sn/kernel/sn2/timer_interrupt.c Fri Jan 30 14:55:34 2004
@@ -48,7 +48,6 @@
if (!pda->hb_count--) {
pda->hb_count = HZ/2;
set_led_bits(pda->hb_state ^= LED_CPU_HEARTBEAT, LED_CPU_HEARTBEAT);
- printk("Blink\n");
}
if (enable_shub_wars_1_1()) {
--
Thanks
Jack Steiner (steiner@sgi.com) 651-683-5302
Principal Engineer SGI - Silicon Graphics, Inc.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] - Delete debug code in arch/ia64/sn/kernel/sn2/timer_interrupt.c
2004-01-30 21:48 [PATCH] - Delete debug code in arch/ia64/sn/kernel/sn2/timer_interrupt.c Jack Steiner
@ 2004-01-30 21:54 ` Jesse Barnes
0 siblings, 0 replies; 2+ messages in thread
From: Jesse Barnes @ 2004-01-30 21:54 UTC (permalink / raw)
To: linux-ia64
This patch already got into Linus' tree. See
http://linux.bkbits.net:8080/linux-2.5/cset@1.1501?nav=index.html|ChangeSet@-4d
Jesse
On Fri, Jan 30, 2004 at 03:48:03PM -0600, Jack Steiner wrote:
> Some debug was left in timer_interrupt.c:
>
>
> diff -Naur linux_base/arch/ia64/sn/kernel/sn2/timer_interrupt.c linux/arch/ia64/sn/kernel/sn2/timer_interrupt.c
> --- linux_base/arch/ia64/sn/kernel/sn2/timer_interrupt.c Thu Jan 29 18:14:23 2004
> +++ linux/arch/ia64/sn/kernel/sn2/timer_interrupt.c Fri Jan 30 14:55:34 2004
> @@ -48,7 +48,6 @@
> if (!pda->hb_count--) {
> pda->hb_count = HZ/2;
> set_led_bits(pda->hb_state ^= LED_CPU_HEARTBEAT, LED_CPU_HEARTBEAT);
> - printk("Blink\n");
> }
>
> if (enable_shub_wars_1_1()) {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-30 21:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-30 21:48 [PATCH] - Delete debug code in arch/ia64/sn/kernel/sn2/timer_interrupt.c Jack Steiner
2004-01-30 21:54 ` Jesse Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox