projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bd75c7
)
cputime: Restore CPU_ACCOUNTING config defaults for PPC64
author
Stephen Rothwell
<
[email protected]
>
Fri, 8 Feb 2013 03:19:38 +0000
(14:19 +1100)
committer
Ingo Molnar
<
[email protected]
>
Fri, 8 Feb 2013 14:23:12 +0000
(15:23 +0100)
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 <
[email protected]
>
Acked-by: Frederic Weisbecker <
[email protected]
>
Cc: Li Zhong <
[email protected]
>
Cc: Namhyung Kim <
[email protected]
>
Cc: Paul E. McKenney <
[email protected]
>
Cc: Paul Gortmaker <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Steven Rostedt <
[email protected]
>
Cc: ppc-dev <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index a05f843e7e5261eb957d0cc3caefad69c2b5258f..ccb9f8f87f400fa29ecce22f12bca990c86a5779 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-332,7
+332,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