[patch 37/43] rename next_ktimeout_interrupt() to ktimeout_next_interrupt()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



plain text document attachment
(ktimeout-rename-ktimeout_next_interrupt.patch)
- rename next_ktimeout_interrupt() to ktimeout_next_interrupt()

Signed-off-by: Ingo Molnar <[email protected]>

 include/linux/ktimeout.h |    2 +-
 include/linux/timer.h    |    2 +-
 kernel/ktimeout.c        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Index: linux/include/linux/ktimeout.h
===================================================================
--- linux.orig/include/linux/ktimeout.h
+++ linux/include/linux/ktimeout.h
@@ -65,7 +65,7 @@ extern int ktimeout_del(struct ktimeout 
 extern int __ktimeout_mod(struct ktimeout *ktimeout, unsigned long expires);
 extern int ktimeout_mod(struct ktimeout *ktimeout, unsigned long expires);
 
-extern unsigned long next_ktimeout_interrupt(void);
+extern unsigned long ktimeout_next_interrupt(void);
 
 /***
  * add_ktimeout - start a ktimeout
Index: linux/include/linux/timer.h
===================================================================
--- linux.orig/include/linux/timer.h
+++ linux/include/linux/timer.h
@@ -23,7 +23,7 @@
 #define del_timer			ktimeout_del
 #define __mod_timer			__ktimeout_mod
 #define mod_timer			ktimeout_mod
-#define next_timer_interrupt		next_ktimeout_interrupt
+#define next_timer_interrupt		ktimeout_next_interrupt
 #define add_timer			add_ktimeout
 #define try_to_del_timer_sync		try_to_del_ktimeout_sync
 #define del_timer_sync			del_ktimeout_sync
Index: linux/kernel/ktimeout.c
===================================================================
--- linux.orig/kernel/ktimeout.c
+++ linux/kernel/ktimeout.c
@@ -470,7 +470,7 @@ static inline void __run_ktimeouts(tvec_
  * is used on S/390 to stop all activity when a cpus is idle.
  * This functions needs to be called disabled.
  */
-unsigned long next_ktimeout_interrupt(void)
+unsigned long ktimeout_next_interrupt(void)
 {
 	tvec_base_t *base;
 	struct list_head *list;

--

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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux