diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2010-04-05 11:14:04 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-04-19 23:13:23 -0500 |
commit | f5b0959fec5d2e1aee383963a6000bb87222b78d (patch) | |
tree | b78879188c4f49e968954dac863ca97332b7508d /arch/powerpc/configs/83xx/sbc834x_defconfig | |
parent | 5bfb3fdca308df9e9ea0830b43d3d75d0920fd7e (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/sbc834x_defconfig')
-rw-r--r-- | arch/powerpc/configs/83xx/sbc834x_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/83xx/sbc834x_defconfig b/arch/powerpc/configs/83xx/sbc834x_defconfig index 72c2067137b..b749eed5898 100644 --- a/arch/powerpc/configs/83xx/sbc834x_defconfig +++ b/arch/powerpc/configs/83xx/sbc834x_defconfig @@ -123,7 +123,7 @@ CONFIG_BUG=y CONFIG_ELF_CORE=y CONFIG_BASE_FULL=y CONFIG_FUTEX=y -# CONFIG_EPOLL is not set +CONFIG_EPOLL=y CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y |