“925d16a209b40a3e7202a4f867991fb608834d36”上不存在“tools/spi/spidev_test.c”
  • R
    ARM: Add irqtime accounting support · a42c3629
    Russell King 提交于
    Add support for irq time accounting.  This commit prepares ARM by adding
    the call to enable_sched_clock_irqtime() in sched_clock().  We introduce
    a new kernel parameter - irqtime - which takes an integer.  -1 for auto,
    0 for disabled, and 1 for enabled.  Auto mode selects IRQ accounting if
    we have a sched_clock() tick rate greater than 1MHz.
    
    Frederic Weisbecker is working on a patch set which moves the
    IRQ_TIME_ACCOUNTING into arch/, so that part is not incorporated into
    this patch; this facility becomes available on ARM only when both this
    patch and Frederic's patches are merged.
    Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
    a42c3629
sched_clock.c 4.6 KB