2012-05-18 17:13:38

by Anna-Maria Gleixner

[permalink] [raw]
Subject: [patch 10/24] m32r: Use generic time config

Signed-off-by: Anna-Maria Gleixner <[email protected]>
Cc: Hirokazu Takata <[email protected]>
---
arch/m32r/Kconfig | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Index: linux/arch/m32r/Kconfig
===================================================================
--- linux.orig/arch/m32r/Kconfig
+++ linux/arch/m32r/Kconfig
@@ -11,6 +11,7 @@ config M32R
select GENERIC_IRQ_PROBE
select GENERIC_IRQ_SHOW
select GENERIC_ATOMIC64
+ select ARCH_USES_GETTIMEOFFSET

config SBUS
bool
@@ -33,9 +34,6 @@ config HZ
int
default 100

-config ARCH_USES_GETTIMEOFFSET
- def_bool y
-
source "init/Kconfig"

source "kernel/Kconfig.freezer"


2012-05-21 09:20:38

by Anna-Maria Gleixner

[permalink] [raw]
Subject: [tip:timers/core] m32r: Use generic time config

Commit-ID: 97a1c1e918f6cf746352f565f5f2e00916309ede
Gitweb: http://git.kernel.org/tip/97a1c1e918f6cf746352f565f5f2e00916309ede
Author: Anna-Maria Gleixner <[email protected]>
AuthorDate: Fri, 18 May 2012 16:45:48 +0000
Committer: Thomas Gleixner <[email protected]>
CommitDate: Mon, 21 May 2012 11:01:42 +0200

m32r: Use generic time config

Signed-off-by: Anna-Maria Gleixner <[email protected]>
Cc: Hirokazu Takata <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
---
arch/m32r/Kconfig | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index ef80a65..b638d5b 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -11,6 +11,7 @@ config M32R
select GENERIC_IRQ_PROBE
select GENERIC_IRQ_SHOW
select GENERIC_ATOMIC64
+ select ARCH_USES_GETTIMEOFFSET

config SBUS
bool
@@ -33,9 +34,6 @@ config HZ
int
default 100

-config ARCH_USES_GETTIMEOFFSET
- def_bool y
-
source "init/Kconfig"

source "kernel/Kconfig.freezer"