2012-05-18 17:12:58

by Anna-Maria Gleixner

[permalink] [raw]
Subject: [patch 13/24] mips: Use generic time config

Signed-off-by: Anna-Maria Gleixner <[email protected]>
Cc: Ralf Baechle <[email protected]>
---
arch/mips/Kconfig | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)

Index: linux/arch/mips/Kconfig
===================================================================
--- linux.orig/arch/mips/Kconfig
+++ linux/arch/mips/Kconfig
@@ -29,6 +29,8 @@ config MIPS
select HAVE_MEMBLOCK
select HAVE_MEMBLOCK_NODE_MAP
select ARCH_DISCARD_MEMBLOCK
+ select GENERIC_CLOCKEVENTS
+ select GENERIC_CMOS_UPDATE

menu "Machine selection"

@@ -856,14 +858,6 @@ config GENERIC_CALIBRATE_DELAY
bool
default y

-config GENERIC_CLOCKEVENTS
- bool
- default y
-
-config GENERIC_CMOS_UPDATE
- bool
- default y
-
config SCHED_OMIT_FRAME_POINTER
bool
default y
@@ -2050,9 +2044,6 @@ config CPU_HAS_SYNC
depends on !CPU_R3000
default y

-config GENERIC_CLOCKEVENTS_BROADCAST
- bool
-
#
# CPU non-features
#


2012-05-21 09:18:26

by Anna-Maria Gleixner

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

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

mips: Use generic time config

Signed-off-by: Anna-Maria Gleixner <[email protected]>
Cc: Ralf Baechle <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
---
arch/mips/Kconfig | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index ce30e2f..c9c330b 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -29,6 +29,8 @@ config MIPS
select HAVE_MEMBLOCK
select HAVE_MEMBLOCK_NODE_MAP
select ARCH_DISCARD_MEMBLOCK
+ select GENERIC_CLOCKEVENTS
+ select GENERIC_CMOS_UPDATE

menu "Machine selection"

@@ -856,14 +858,6 @@ config GENERIC_CALIBRATE_DELAY
bool
default y

-config GENERIC_CLOCKEVENTS
- bool
- default y
-
-config GENERIC_CMOS_UPDATE
- bool
- default y
-
config SCHED_OMIT_FRAME_POINTER
bool
default y
@@ -2050,9 +2044,6 @@ config CPU_HAS_SYNC
depends on !CPU_R3000
default y

-config GENERIC_CLOCKEVENTS_BROADCAST
- bool
-
#
# CPU non-features
#