time: more timer related cleanups
authorPavel Machek <pavel@ucw.cz>
Wed, 30 Jan 2008 12:30:00 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:00 +0000 (13:30 +0100)
I was confused by FSEC = 10^15 NSEC statement, plus small whitespace
fixes. When there's copyright, there should be GPL.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/hpet.c
arch/x86/kernel/process_64.c
kernel/softirq.c
kernel/time/tick-sched.c
kernel/time/timer_stats.c

index 2f99ee206b9527c3cad6250caa95e2a3ceac9268..9ec2ab7930421d536dda7605ed56cb2259417ab6 100644 (file)
@@ -16,7 +16,8 @@
 #define HPET_MASK      CLOCKSOURCE_MASK(32)
 #define HPET_SHIFT     22
 
-/* FSEC = 10^-15 NSEC = 10^-9 */
+/* FSEC = 10^-15
+   NSEC = 10^-9 */
 #define FSEC_PER_NSEC  1000000
 
 /*
index ab79e1dfa02311bb75c81c44aa137ddd450c5922..c2db7ef93565ee2a27523764372ddbfa55b43cdb 100644 (file)
@@ -207,7 +207,7 @@ static inline void play_dead(void)
  * low exit latency (ie sit in a loop waiting for
  * somebody to say that they'd like to reschedule)
  */
-void cpu_idle (void)
+void cpu_idle(void)
 {
        current_thread_info()->status |= TS_POLLING;
        /* endless idle loop with no priority at all */
index bd89bc4eb0b9c0baa8070678d3cb099a8b40bb1c..8fe1ff40102daf8362ced9dc964977e80a344ae3 100644 (file)
@@ -3,7 +3,9 @@
  *
  *     Copyright (C) 1992 Linus Torvalds
  *
- * Rewritten. Old one was good in 2.2, but in 2.3 it was immoral. --ANK (990903)
+ *     Distribute under GPLv2.
+ *
+ *     Rewritten. Old one was good in 2.2, but in 2.3 it was immoral. --ANK (990903)
  */
 
 #include <linux/module.h>
index d36ee2fd1a3b97f4bf418ea1162e050d5660a57e..49e12f6a4bab8229e5a4aaed7a2a818163dc5432 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  Started by: Thomas Gleixner and Ingo Molnar
  *
- *  For licencing details see kernel-base/COPYING
+ *  Distribute under GPLv2.
  */
 #include <linux/cpu.h>
 #include <linux/err.h>
index c36bb7ed0301e198753dc29eef982ddf02ed7faf..417da8c5bc7248018d915f40d0aedfa579679e8a 100644 (file)
@@ -26,7 +26,7 @@
  * the pid and cmdline from the owner process if applicable.
  *
  * Start/stop data collection:
- * # echo 1[0] >/proc/timer_stats
+ * # echo [1|0] >/proc/timer_stats
  *
  * Display the information collected so far:
  * # cat /proc/timer_stats