Root/target/linux/coldfire/patches/045-Add-high-resolution-kernel-timer-support.patch

1From aedec75c772919fa77c33854d3389d8ca73c25bf Mon Sep 17 00:00:00 2001
2From: Alison Wang <b18965@freescale.com>
3Date: Thu, 4 Aug 2011 09:59:54 +0800
4Subject: [PATCH 45/52] Add high-resolution kernel timer support
5
6This patch fixed the bug that high-resolution kernel timer
7could not be enabled. ARCH_USES_GETTIMEOFFSET is disabled.
8
9Signed-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 
25

Archive Download this file



interactive