]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.35.8/arm-6400-1-at91-fix-arch_gettimeoffset-fallout.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.35.8 / arm-6400-1-at91-fix-arch_gettimeoffset-fallout.patch
1 From 79e27dc0677b969e2d53b76fa0fa58467cce946a Mon Sep 17 00:00:00 2001
2 From: Peter Korsgaard <jacmet@sunsite.dk>
3 Date: Sat, 18 Sep 2010 19:55:10 +0100
4 Subject: ARM: 6400/1: at91: fix arch_gettimeoffset fallout
5
6 From: Peter Korsgaard <jacmet@sunsite.dk>
7
8 commit 79e27dc0677b969e2d53b76fa0fa58467cce946a upstream.
9
10 5cfc8ee0bb51 (ARM: convert arm to arch_gettimeoffset()) marked all of
11 at91 AND at91x40 as needing ARCH_USES_GETTIMEOFFSET, and hence no high
12 res timer support / accurate clock_gettime() - But only at91x40 needs it.
13
14 Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com>
15 Acked-by: John Stultz <johnstul@us.ibm.com>
16 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
18 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
19
20 ---
21 arch/arm/Kconfig | 1 -
22 1 file changed, 1 deletion(-)
23
24 --- a/arch/arm/Kconfig
25 +++ b/arch/arm/Kconfig
26 @@ -273,7 +273,6 @@ config ARCH_AT91
27 bool "Atmel AT91"
28 select ARCH_REQUIRE_GPIOLIB
29 select HAVE_CLK
30 - select ARCH_USES_GETTIMEOFFSET
31 help
32 This enables support for systems based on the Atmel AT91RM9200,
33 AT91SAM9 and AT91CAP9 processors.