Date:2011-01-14 01:41:57 (13 years 2 months ago)
Author:Maarten ter Huurne
Commit:c1d5cc03154144f9e51df01fb32b72e409e0be74
Message:MIPS: A320: defconfig: Reverted high-resolution timers.

I did some reading and apparently hi-res timers are timers with a resolution higher than 1 jiffy.
Since our timer driver provides 1 ms resolution and I just set HZ to 1000, there is nothing gained by enabling high-resolution timers.
Files: arch/mips/configs/a320_defconfig (3 diffs)

Change Details

arch/mips/configs/a320_defconfig
11#
22# Automatically generated make config: don't edit
33# Linux/mips 2.6.37 Kernel Configuration
4# Fri Jan 14 01:05:38 2011
4# Fri Jan 14 01:38:51 2011
55#
66CONFIG_MIPS=y
77
...... 
120120CONFIG_NEED_PER_CPU_KM=y
121121CONFIG_TICK_ONESHOT=y
122122CONFIG_NO_HZ=y
123CONFIG_HIGH_RES_TIMERS=y
123# CONFIG_HIGH_RES_TIMERS is not set
124124CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
125125# CONFIG_HZ_48 is not set
126126# CONFIG_HZ_100 is not set
...... 
890890# CONFIG_SND_SEQUENCER is not set
891891# CONFIG_SND_MIXER_OSS is not set
892892# CONFIG_SND_PCM_OSS is not set
893CONFIG_SND_HRTIMER=y
894893# CONFIG_SND_DYNAMIC_MINORS is not set
895894# CONFIG_SND_SUPPORT_OLD_API is not set
896895# CONFIG_SND_VERBOSE_PROCFS is not set

Archive Download the corresponding diff file



interactive