summaryrefslogtreecommitdiffstats
path: root/patches/linux-3.6.7/0131-Add-config-options-to-allow-iotop-to-run.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/linux-3.6.7/0131-Add-config-options-to-allow-iotop-to-run.patch')
-rw-r--r--patches/linux-3.6.7/0131-Add-config-options-to-allow-iotop-to-run.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/patches/linux-3.6.7/0131-Add-config-options-to-allow-iotop-to-run.patch b/patches/linux-3.6.7/0131-Add-config-options-to-allow-iotop-to-run.patch
new file mode 100644
index 0000000..7d814fc
--- /dev/null
+++ b/patches/linux-3.6.7/0131-Add-config-options-to-allow-iotop-to-run.patch
@@ -0,0 +1,23 @@
+From: popcornmix <popcornmix@gmail.com>
+Date: Wed, 29 Aug 2012 21:46:25 +0100
+Subject: [PATCH] Add config options to allow iotop to run
+
+---
+ arch/arm/configs/bcmrpi_defconfig | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/arch/arm/configs/bcmrpi_defconfig b/arch/arm/configs/bcmrpi_defconfig
+index b740a7a..7963f70 100644
+--- a/arch/arm/configs/bcmrpi_defconfig
++++ b/arch/arm/configs/bcmrpi_defconfig
+@@ -5,6 +5,10 @@ CONFIG_POSIX_MQUEUE=y
+ CONFIG_BSD_PROCESS_ACCT=y
+ CONFIG_BSD_PROCESS_ACCT_V3=y
+ CONFIG_FHANDLE=y
++CONFIG_TASKSTATS=y
++CONFIG_TASK_DELAY_ACCT=y
++CONFIG_TASK_XACCT=y
++CONFIG_TASK_IO_ACCOUNTING=y
+ CONFIG_AUDIT=y
+ CONFIG_IKCONFIG=y
+ CONFIG_IKCONFIG_PROC=y