Re: [patch 20/23] add /proc/sys/kernel/timeout_granularity
- From: Andrew Morton <akpm@xxxxxxxx>
- Date: Sat, 30 Sep 2006 01:45:41 -0700
On Fri, 29 Sep 2006 23:58:39 -0000
Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
From: Ingo Molnar <mingo@xxxxxxx>
Introduce timeout granularity: process timer wheel timers every
timeout_granularity jiffies. Defaults to 1 (process timers HZ times
per second - most finegrained).
...
+ timeout_granularity=
+ [KNL]
+ Timeout granularity: process timer wheel timers every
+ timeout_granularity jiffies. Defaults to 1 (process
+ timers HZ times per second - most finegrained).
+
Please do not expose HZ to userspace in this fashion. It means that an
application which was developed and tested on a 1000Hz kernel might fail on a
250Hz kernel.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [patch 00/23]
- From: Thomas Gleixner
- [patch 20/23] add /proc/sys/kernel/timeout_granularity
- From: Thomas Gleixner
- [patch 00/23]
- Prev by Date: Re: [patch 13/23] clockevents: core
- Next by Date: [PATCH 0 of 4] x86-64: Calgary IOMMU updates
- Previous by thread: [patch 20/23] add /proc/sys/kernel/timeout_granularity
- Next by thread: [patch 02/23] GTOD: persistent clock support, core
- Index(es):