lkml.org 
[lkml]   [2006]   [Nov]   [16]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateThu, 16 Nov 2006 13:16:18 +0100
FromAdrian Bunk <>
Subject[-mm patch] remove arch/i386/kernel/time_hpet.c:hpet_reenable()
On Tue, Nov 14, 2006 at 01:41:25AM -0800, Andrew Morton wrote:
>...
> Changes since 2.6.19-rc5-mm2:
>...
> +updated-i386-convert-to-clock-event-devices.patch
>...
>  Updated/fixed/reworked/redone hrtimer and dynticks patches.
>...

This patch removes the no longer used hpet_reenable()

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

---
 arch/i386/kernel/time_hpet.c |    5 -----
 include/asm-i386/hpet.h      |    1 -
 2 files changed, 6 deletions(-)
--- linux-2.6.19-rc5-mm2/include/asm-i386/hpet.h.old	2006-11-15 18:49:35.000000000 +0100
+++ linux-2.6.19-rc5-mm2/include/asm-i386/hpet.h	2006-11-15 18:49:44.000000000 +0100
@@ -96,7 +96,6 @@
 
 extern int hpet_rtc_timer_init(void);
 extern int hpet_enable(void);
-extern int hpet_reenable(void);
 extern int is_hpet_enabled(void);
 extern int is_hpet_capable(void);
 extern int hpet_readl(unsigned long a);
--- linux-2.6.19-rc5-mm2/arch/i386/kernel/time_hpet.c.old	2006-11-15 18:49:53.000000000 +0100
+++ linux-2.6.19-rc5-mm2/arch/i386/kernel/time_hpet.c	2006-11-15 18:50:02.000000000 +0100
@@ -199,11 +199,6 @@
 	return 0;
 }
 
-int hpet_reenable(void)
-{
-	return hpet_timer_stop_set_go(hpet_tick);
-}
-
 int is_hpet_enabled(void)
 {
 	return use_hpet;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-11-16 12:19    [from the cache]
©2003-2008