powerpc/83xx: enable EPOLL syscall in defconfig
authorKim Phillips <kim.phillips@freescale.com>
Mon, 5 Apr 2010 16:14:04 +0000 (11:14 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 20 Apr 2010 04:13:23 +0000 (23:13 -0500)
commitf5b0959fec5d2e1aee383963a6000bb87222b78d
treeb78879188c4f49e968954dac863ca97332b7508d
parent5bfb3fdca308df9e9ea0830b43d3d75d0920fd7e
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>
14 files changed:
arch/powerpc/configs/83xx/asp8347_defconfig
arch/powerpc/configs/83xx/mpc8313_rdb_defconfig
arch/powerpc/configs/83xx/mpc8315_rdb_defconfig
arch/powerpc/configs/83xx/mpc832x_mds_defconfig
arch/powerpc/configs/83xx/mpc832x_rdb_defconfig
arch/powerpc/configs/83xx/mpc834x_itx_defconfig
arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig
arch/powerpc/configs/83xx/mpc834x_mds_defconfig
arch/powerpc/configs/83xx/mpc836x_mds_defconfig
arch/powerpc/configs/83xx/mpc836x_rdk_defconfig
arch/powerpc/configs/83xx/mpc837x_mds_defconfig
arch/powerpc/configs/83xx/mpc837x_rdb_defconfig
arch/powerpc/configs/83xx/sbc834x_defconfig
arch/powerpc/configs/mpc83xx_defconfig