projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87b9cf4
)
perfcounters: select ANON_INODES
author
Ingo Molnar
<mingo@elte.hu>
Mon, 8 Dec 2008 18:38:33 +0000
(19:38 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 8 Dec 2008 18:38:33 +0000
(19:38 +0100)
The perfcounters subsystem depends on CONFIG_ANON_INODES facilities,
so make sure it's selected.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index
78bede2
..
7d147a3
100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-741,6
+741,7
@@
config PERF_COUNTERS
bool "Kernel Performance Counters"
depends on HAVE_PERF_COUNTERS
default y
+ select ANON_INODES
help
Enable kernel support for performance counter hardware.