aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/83xx/mpc832x_mds_defconfig
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2010-04-05 12:14:04 -0400
committerKumar Gala <galak@kernel.crashing.org>2010-04-20 00:13:23 -0400
commitf5b0959fec5d2e1aee383963a6000bb87222b78d (patch)
treeb78879188c4f49e968954dac863ca97332b7508d /arch/powerpc/configs/83xx/mpc832x_mds_defconfig
parent5bfb3fdca308df9e9ea0830b43d3d75d0920fd7e (diff)
powerpc/83xx: enable EPOLL syscall in defconfig
83xx users looking to run apache will experience this error: /var/log/apache2/error.log: [emerg] (38)Function not implemented: Couldn't create pollset in child; check system or user limits enabling CONFIG_EPOLL in kernel config fixes this so apache can run. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/83xx/mpc832x_mds_defconfig')
-rw-r--r--arch/powerpc/configs/83xx/mpc832x_mds_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/83xx/mpc832x_mds_defconfig b/arch/powerpc/configs/83xx/mpc832x_mds_defconfig
index 0b4262bd491..387afb1beb3 100644
--- a/arch/powerpc/configs/83xx/mpc832x_mds_defconfig
+++ b/arch/powerpc/configs/83xx/mpc832x_mds_defconfig
@@ -123,7 +123,7 @@ CONFIG_BUG=y
123CONFIG_ELF_CORE=y 123CONFIG_ELF_CORE=y
124CONFIG_BASE_FULL=y 124CONFIG_BASE_FULL=y
125CONFIG_FUTEX=y 125CONFIG_FUTEX=y
126# CONFIG_EPOLL is not set 126CONFIG_EPOLL=y
127CONFIG_SIGNALFD=y 127CONFIG_SIGNALFD=y
128CONFIG_TIMERFD=y 128CONFIG_TIMERFD=y
129CONFIG_EVENTFD=y 129CONFIG_EVENTFD=y