diff options
| author | Kim Phillips <kim.phillips@freescale.com> | 2010-04-05 12:14:04 -0400 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2010-04-20 00:13:23 -0400 |
| commit | f5b0959fec5d2e1aee383963a6000bb87222b78d (patch) | |
| tree | b78879188c4f49e968954dac863ca97332b7508d | |
| 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>
| -rw-r--r-- | arch/powerpc/configs/83xx/asp8347_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc8313_rdb_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc8315_rdb_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc832x_mds_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc832x_rdb_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc834x_itx_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc834x_mds_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc836x_mds_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc836x_rdk_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc837x_mds_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/mpc837x_rdb_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/83xx/sbc834x_defconfig | 2 | ||||
| -rw-r--r-- | arch/powerpc/configs/mpc83xx_defconfig | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/arch/powerpc/configs/83xx/asp8347_defconfig b/arch/powerpc/configs/83xx/asp8347_defconfig index baa2bbb6c09..d3a49493d1c 100644 --- a/arch/powerpc/configs/83xx/asp8347_defconfig +++ b/arch/powerpc/configs/83xx/asp8347_defconfig | |||
| @@ -124,7 +124,7 @@ CONFIG_BUG=y | |||
| 124 | CONFIG_ELF_CORE=y | 124 | CONFIG_ELF_CORE=y |
| 125 | CONFIG_BASE_FULL=y | 125 | CONFIG_BASE_FULL=y |
| 126 | CONFIG_FUTEX=y | 126 | CONFIG_FUTEX=y |
| 127 | # CONFIG_EPOLL is not set | 127 | CONFIG_EPOLL=y |
| 128 | CONFIG_SIGNALFD=y | 128 | CONFIG_SIGNALFD=y |
| 129 | CONFIG_TIMERFD=y | 129 | CONFIG_TIMERFD=y |
| 130 | CONFIG_EVENTFD=y | 130 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig b/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig index 2f2d98558e4..1885b4a288f 100644 --- a/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig +++ b/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig | |||
| @@ -123,7 +123,7 @@ CONFIG_BUG=y | |||
| 123 | CONFIG_ELF_CORE=y | 123 | CONFIG_ELF_CORE=y |
| 124 | CONFIG_BASE_FULL=y | 124 | CONFIG_BASE_FULL=y |
| 125 | CONFIG_FUTEX=y | 125 | CONFIG_FUTEX=y |
| 126 | # CONFIG_EPOLL is not set | 126 | CONFIG_EPOLL=y |
| 127 | CONFIG_SIGNALFD=y | 127 | CONFIG_SIGNALFD=y |
| 128 | CONFIG_TIMERFD=y | 128 | CONFIG_TIMERFD=y |
| 129 | CONFIG_EVENTFD=y | 129 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig b/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig index 633e6119460..47805883eb0 100644 --- a/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig +++ b/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig | |||
| @@ -123,7 +123,7 @@ CONFIG_BUG=y | |||
| 123 | CONFIG_ELF_CORE=y | 123 | CONFIG_ELF_CORE=y |
| 124 | CONFIG_BASE_FULL=y | 124 | CONFIG_BASE_FULL=y |
| 125 | CONFIG_FUTEX=y | 125 | CONFIG_FUTEX=y |
| 126 | # CONFIG_EPOLL is not set | 126 | CONFIG_EPOLL=y |
| 127 | CONFIG_SIGNALFD=y | 127 | CONFIG_SIGNALFD=y |
| 128 | CONFIG_TIMERFD=y | 128 | CONFIG_TIMERFD=y |
| 129 | CONFIG_EVENTFD=y | 129 | CONFIG_EVENTFD=y |
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 | |||
| 123 | CONFIG_ELF_CORE=y | 123 | CONFIG_ELF_CORE=y |
| 124 | CONFIG_BASE_FULL=y | 124 | CONFIG_BASE_FULL=y |
| 125 | CONFIG_FUTEX=y | 125 | CONFIG_FUTEX=y |
| 126 | # CONFIG_EPOLL is not set | 126 | CONFIG_EPOLL=y |
| 127 | CONFIG_SIGNALFD=y | 127 | CONFIG_SIGNALFD=y |
| 128 | CONFIG_TIMERFD=y | 128 | CONFIG_TIMERFD=y |
| 129 | CONFIG_EVENTFD=y | 129 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig b/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig index 155af009f7b..0c8c51904c3 100644 --- a/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig +++ b/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig | |||
| @@ -123,7 +123,7 @@ CONFIG_BUG=y | |||
| 123 | CONFIG_ELF_CORE=y | 123 | CONFIG_ELF_CORE=y |
| 124 | CONFIG_BASE_FULL=y | 124 | CONFIG_BASE_FULL=y |
| 125 | CONFIG_FUTEX=y | 125 | CONFIG_FUTEX=y |
| 126 | # CONFIG_EPOLL is not set | 126 | CONFIG_EPOLL=y |
| 127 | CONFIG_SIGNALFD=y | 127 | CONFIG_SIGNALFD=y |
| 128 | CONFIG_TIMERFD=y | 128 | CONFIG_TIMERFD=y |
| 129 | CONFIG_EVENTFD=y | 129 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc834x_itx_defconfig b/arch/powerpc/configs/83xx/mpc834x_itx_defconfig index ff45f490448..7f9d6d29343 100644 --- a/arch/powerpc/configs/83xx/mpc834x_itx_defconfig +++ b/arch/powerpc/configs/83xx/mpc834x_itx_defconfig | |||
| @@ -123,7 +123,7 @@ CONFIG_BUG=y | |||
| 123 | CONFIG_ELF_CORE=y | 123 | CONFIG_ELF_CORE=y |
| 124 | CONFIG_BASE_FULL=y | 124 | CONFIG_BASE_FULL=y |
| 125 | CONFIG_FUTEX=y | 125 | CONFIG_FUTEX=y |
| 126 | # CONFIG_EPOLL is not set | 126 | CONFIG_EPOLL=y |
| 127 | CONFIG_SIGNALFD=y | 127 | CONFIG_SIGNALFD=y |
| 128 | CONFIG_TIMERFD=y | 128 | CONFIG_TIMERFD=y |
| 129 | CONFIG_EVENTFD=y | 129 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig b/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig index 28d8ff3e8fc..639c6f88b1c 100644 --- a/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig +++ b/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig | |||
| @@ -123,7 +123,7 @@ CONFIG_BUG=y | |||
| 123 | CONFIG_ELF_CORE=y | 123 | CONFIG_ELF_CORE=y |
| 124 | CONFIG_BASE_FULL=y | 124 | CONFIG_BASE_FULL=y |
| 125 | CONFIG_FUTEX=y | 125 | CONFIG_FUTEX=y |
| 126 | # CONFIG_EPOLL is not set | 126 | CONFIG_EPOLL=y |
| 127 | CONFIG_SIGNALFD=y | 127 | CONFIG_SIGNALFD=y |
| 128 | CONFIG_TIMERFD=y | 128 | CONFIG_TIMERFD=y |
| 129 | CONFIG_EVENTFD=y | 129 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc834x_mds_defconfig b/arch/powerpc/configs/83xx/mpc834x_mds_defconfig index 6252ab5bf18..74d8c8d7a76 100644 --- a/arch/powerpc/configs/83xx/mpc834x_mds_defconfig +++ b/arch/powerpc/configs/83xx/mpc834x_mds_defconfig | |||
| @@ -123,7 +123,7 @@ CONFIG_BUG=y | |||
| 123 | CONFIG_ELF_CORE=y | 123 | CONFIG_ELF_CORE=y |
| 124 | CONFIG_BASE_FULL=y | 124 | CONFIG_BASE_FULL=y |
| 125 | CONFIG_FUTEX=y | 125 | CONFIG_FUTEX=y |
| 126 | # CONFIG_EPOLL is not set | 126 | CONFIG_EPOLL=y |
| 127 | CONFIG_SIGNALFD=y | 127 | CONFIG_SIGNALFD=y |
| 128 | CONFIG_TIMERFD=y | 128 | CONFIG_TIMERFD=y |
| 129 | CONFIG_EVENTFD=y | 129 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig index 78227378e67..3d102aafe71 100644 --- a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig +++ b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig | |||
| @@ -123,7 +123,7 @@ CONFIG_BUG=y | |||
| 123 | CONFIG_ELF_CORE=y | 123 | CONFIG_ELF_CORE=y |
| 124 | CONFIG_BASE_FULL=y | 124 | CONFIG_BASE_FULL=y |
| 125 | CONFIG_FUTEX=y | 125 | CONFIG_FUTEX=y |
| 126 | # CONFIG_EPOLL is not set | 126 | CONFIG_EPOLL=y |
| 127 | CONFIG_SIGNALFD=y | 127 | CONFIG_SIGNALFD=y |
| 128 | CONFIG_TIMERFD=y | 128 | CONFIG_TIMERFD=y |
| 129 | CONFIG_EVENTFD=y | 129 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig b/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig index 9451d6e5c80..b67070615d0 100644 --- a/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig +++ b/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig | |||
| @@ -124,7 +124,7 @@ CONFIG_BUG=y | |||
| 124 | CONFIG_ELF_CORE=y | 124 | CONFIG_ELF_CORE=y |
| 125 | CONFIG_BASE_FULL=y | 125 | CONFIG_BASE_FULL=y |
| 126 | CONFIG_FUTEX=y | 126 | CONFIG_FUTEX=y |
| 127 | # CONFIG_EPOLL is not set | 127 | CONFIG_EPOLL=y |
| 128 | CONFIG_SIGNALFD=y | 128 | CONFIG_SIGNALFD=y |
| 129 | CONFIG_TIMERFD=y | 129 | CONFIG_TIMERFD=y |
| 130 | CONFIG_EVENTFD=y | 130 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc837x_mds_defconfig b/arch/powerpc/configs/83xx/mpc837x_mds_defconfig index f67b70d0b29..92cec626dce 100644 --- a/arch/powerpc/configs/83xx/mpc837x_mds_defconfig +++ b/arch/powerpc/configs/83xx/mpc837x_mds_defconfig | |||
| @@ -124,7 +124,7 @@ CONFIG_BUG=y | |||
| 124 | CONFIG_ELF_CORE=y | 124 | CONFIG_ELF_CORE=y |
| 125 | CONFIG_BASE_FULL=y | 125 | CONFIG_BASE_FULL=y |
| 126 | CONFIG_FUTEX=y | 126 | CONFIG_FUTEX=y |
| 127 | # CONFIG_EPOLL is not set | 127 | CONFIG_EPOLL=y |
| 128 | CONFIG_SIGNALFD=y | 128 | CONFIG_SIGNALFD=y |
| 129 | CONFIG_TIMERFD=y | 129 | CONFIG_TIMERFD=y |
| 130 | CONFIG_EVENTFD=y | 130 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig b/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig index a84fd1194e2..0bb04ab4690 100644 --- a/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig +++ b/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig | |||
| @@ -124,7 +124,7 @@ CONFIG_BUG=y | |||
| 124 | CONFIG_ELF_CORE=y | 124 | CONFIG_ELF_CORE=y |
| 125 | CONFIG_BASE_FULL=y | 125 | CONFIG_BASE_FULL=y |
| 126 | CONFIG_FUTEX=y | 126 | CONFIG_FUTEX=y |
| 127 | # CONFIG_EPOLL is not set | 127 | CONFIG_EPOLL=y |
| 128 | CONFIG_SIGNALFD=y | 128 | CONFIG_SIGNALFD=y |
| 129 | CONFIG_TIMERFD=y | 129 | CONFIG_TIMERFD=y |
| 130 | CONFIG_EVENTFD=y | 130 | CONFIG_EVENTFD=y |
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 | |||
| 123 | CONFIG_ELF_CORE=y | 123 | CONFIG_ELF_CORE=y |
| 124 | CONFIG_BASE_FULL=y | 124 | CONFIG_BASE_FULL=y |
| 125 | CONFIG_FUTEX=y | 125 | CONFIG_FUTEX=y |
| 126 | # CONFIG_EPOLL is not set | 126 | CONFIG_EPOLL=y |
| 127 | CONFIG_SIGNALFD=y | 127 | CONFIG_SIGNALFD=y |
| 128 | CONFIG_TIMERFD=y | 128 | CONFIG_TIMERFD=y |
| 129 | CONFIG_EVENTFD=y | 129 | CONFIG_EVENTFD=y |
diff --git a/arch/powerpc/configs/mpc83xx_defconfig b/arch/powerpc/configs/mpc83xx_defconfig index acbb8d68cf5..af9abb66d83 100644 --- a/arch/powerpc/configs/mpc83xx_defconfig +++ b/arch/powerpc/configs/mpc83xx_defconfig | |||
| @@ -126,7 +126,7 @@ CONFIG_BUG=y | |||
| 126 | CONFIG_ELF_CORE=y | 126 | CONFIG_ELF_CORE=y |
| 127 | CONFIG_BASE_FULL=y | 127 | CONFIG_BASE_FULL=y |
| 128 | CONFIG_FUTEX=y | 128 | CONFIG_FUTEX=y |
| 129 | # CONFIG_EPOLL is not set | 129 | CONFIG_EPOLL=y |
| 130 | CONFIG_SIGNALFD=y | 130 | CONFIG_SIGNALFD=y |
| 131 | CONFIG_TIMERFD=y | 131 | CONFIG_TIMERFD=y |
| 132 | CONFIG_EVENTFD=y | 132 | CONFIG_EVENTFD=y |
