diff options
author | Ursula Braun <braunu@de.ibm.com> | 2006-12-08 09:54:18 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-12-08 09:54:18 -0500 |
commit | 34249d0f9243fce773c2fa352934ba108320e234 (patch) | |
tree | c6042a85a2bdd434e04d0d3c0b83861cec5835f2 /arch/s390 | |
parent | 9575bf265711cabe7147a68003a56a9f19f034da (diff) |
[S390] runtime switch for qdio performance statistics
Remove CONFIG_QETH_PERF_STATS and use a sysfs attribute instead.
We want to have the ability to turn the statistics on/off at runtime.
Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/Kconfig | 8 | ||||
-rw-r--r-- | arch/s390/defconfig | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 583d9ff0a571..a08e9100e7e4 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -258,14 +258,6 @@ config QDIO | |||
258 | 258 | ||
259 | If unsure, say Y. | 259 | If unsure, say Y. |
260 | 260 | ||
261 | config QDIO_PERF_STATS | ||
262 | bool "Performance statistics in /proc" | ||
263 | depends on QDIO | ||
264 | help | ||
265 | Say Y here to get performance statistics in /proc/qdio_perf | ||
266 | |||
267 | If unsure, say N. | ||
268 | |||
269 | config QDIO_DEBUG | 261 | config QDIO_DEBUG |
270 | bool "Extended debugging information" | 262 | bool "Extended debugging information" |
271 | depends on QDIO | 263 | depends on QDIO |
diff --git a/arch/s390/defconfig b/arch/s390/defconfig index 7cd51e73e274..a6ec919ba83f 100644 --- a/arch/s390/defconfig +++ b/arch/s390/defconfig | |||
@@ -134,7 +134,6 @@ CONFIG_RESOURCES_64BIT=y | |||
134 | # | 134 | # |
135 | CONFIG_MACHCHK_WARNING=y | 135 | CONFIG_MACHCHK_WARNING=y |
136 | CONFIG_QDIO=y | 136 | CONFIG_QDIO=y |
137 | # CONFIG_QDIO_PERF_STATS is not set | ||
138 | # CONFIG_QDIO_DEBUG is not set | 137 | # CONFIG_QDIO_DEBUG is not set |
139 | 138 | ||
140 | # | 139 | # |