Merge remote branch 'tip/x86/tsc' into fortglx/2.6.38/tip/x86/tsc
authorJohn Stultz <john.stultz@linaro.org>
Fri, 3 Dec 2010 00:47:52 +0000 (16:47 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 3 Dec 2010 00:47:52 +0000 (16:47 -0800)
Conflicts:
Documentation/kernel-parameters.txt

1  2 
Documentation/kernel-parameters.txt
arch/x86/kernel/tsc.c

@@@ -2462,21 -2480,17 +2462,22 @@@ and is between 256 and 4096 characters
        trace_buf_size=nn[KMG]
                        [FTRACE] will set tracing buffer size.
  
 -      trix=           [HW,OSS] MediaTrix AudioTrix Pro
 -                      Format:
 -                      <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq>
 +      trace_event=[event-list]
 +                      [FTRACE] Set and start specified trace events in order
 +                      to facilitate early boot debugging.
 +                      See also Documentation/trace/events.txt
  
-       tsc=            Disable clocksource-must-verify flag for TSC.
+       tsc=            Disable clocksource stability checks for TSC.
                        Format: <string>
                        [x86] reliable: mark tsc clocksource as reliable, this
-                       disables clocksource verification at runtime.
-                       Used to enable high-resolution timer mode on older
-                       hardware, and in virtualized environment.
+                       disables clocksource verification at runtime, as well
+                       as the stability checks done at bootup. Used to enable
+                       high-resolution timer mode on older hardware, and in
+                       virtualized environment.
 +                      [x86] noirqtime: Do not use TSC to do irq accounting.
 +                      Used to run time disable IRQ_TIME_ACCOUNTING on any
 +                      platforms where RDTSC is slow and this accounting
 +                      can add overhead.
  
        turbografx.map[2|3]=    [HW,JOY]
                        TurboGraFX parallel port interface
Simple merge