switch to 2.6.38
[openwrt/staging/lynxis/omap.git] / target / linux / coldfire / patches / 045-Add-high-resolution-kernel-timer-support.patch
1 From aedec75c772919fa77c33854d3389d8ca73c25bf Mon Sep 17 00:00:00 2001
2 From: Alison Wang <b18965@freescale.com>
3 Date: Thu, 4 Aug 2011 09:59:54 +0800
4 Subject: [PATCH 45/52] Add high-resolution kernel timer support
5
6 This patch fixed the bug that high-resolution kernel timer
7 could not be enabled. ARCH_USES_GETTIMEOFFSET is disabled.
8
9 Signed-off-by: Alison Wang <b18965@freescale.com>
10 ---
11 arch/m68k/Kconfig | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 --- a/arch/m68k/Kconfig
15 +++ b/arch/m68k/Kconfig
16 @@ -64,7 +64,7 @@ config HZ
17 default 100
18
19 config ARCH_USES_GETTIMEOFFSET
20 - def_bool y
21 + def_bool n
22
23 source "init/Kconfig"
24