mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-imx6-cubox-dt add IO accounting
This commit is contained in:
parent
7aebe43d75
commit
e36912aba9
2 changed files with 7 additions and 4 deletions
|
@ -15,7 +15,7 @@ _srcname=linux-linaro-stable-mx6-${_commit}
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
pkgver=${_basekernel}.30
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -26,7 +26,7 @@ source=("https://github.com/solidrun/linux-linaro-stable-mx6/archive/${_commit}.
|
|||
'change-default-console-loglevel.pat'
|
||||
'mxc_hdmi-dont-require-cea-mode.patch')
|
||||
md5sums=('40a7283cfa9b3519453928f787f67fe9'
|
||||
'40cddccd4c9ad68fcb98a089bde3842a'
|
||||
'9915504658a11434f91f52ba23f194cd'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'8dc29365fc5b0668c10f630cc5b5d82d')
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.30-7 Kernel Configuration
|
||||
# Linux/arm 3.10.30-8 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -79,7 +79,10 @@ CONFIG_HIGH_RES_TIMERS=y
|
|||
CONFIG_TICK_CPU_ACCOUNTING=y
|
||||
# CONFIG_IRQ_TIME_ACCOUNTING is not set
|
||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||
# CONFIG_TASKSTATS is not set
|
||||
CONFIG_TASKSTATS=y
|
||||
CONFIG_TASK_DELAY_ACCT=y
|
||||
CONFIG_TASK_XACCT=y
|
||||
CONFIG_TASK_IO_ACCOUNTING=y
|
||||
|
||||
#
|
||||
# RCU Subsystem
|
||||
|
|
Loading…
Reference in a new issue