From patchwork Fri Feb 8 03:19:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: cputime: restore CPU_ACCOUNTING config defaults for PPC64 From: Stephen Rothwell X-Patchwork-Id: 219034 Message-Id: <20130208141938.f31b7b9e1acac5bbe769ee4c@canb.auug.org.au> To: Frederic Weisbecker Cc: Namhyung Kim , Li Zhong , Peter Zijlstra , LKML , Steven Rostedt , Paul Gortmaker , Thomas Gleixner , Andrew Morton , "Paul E. McKenney" , ppc-dev , Ingo Molnar Date: Fri, 8 Feb 2013 14:19:38 +1100 Commit abf917cd91cb ("cputime: Generic on-demand virtual cputime accounting") inadvertantly changed the default CPU_ACCOUNTING config for PPC64. Repair that. Signed-off-by: Stephen Rothwell --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index ed24d1b..ccd1ca5 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -301,7 +301,7 @@ config VIRT_CPU_ACCOUNTING choice prompt "Cputime accounting" default TICK_CPU_ACCOUNTING if !PPC64 - default VIRT_CPU_ACCOUNTING if PPC64 + default VIRT_CPU_ACCOUNTING_NATIVE if PPC64 # Kind of a stub config for the pure tick based cputime accounting config TICK_CPU_ACCOUNTING