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 /arch/powerpc/configs | |
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')
-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 baa2bbb6c096..d3a49493d1cc 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 2f2d98558e44..1885b4a288f6 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 633e61194603..47805883eb01 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 0b4262bd4917..387afb1beb3b 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 155af009f7b5..0c8c51904c33 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 ff45f4904488..7f9d6d293433 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 28d8ff3e8fca..639c6f88b1cf 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 6252ab5bf181..74d8c8d7a76a 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 78227378e678..3d102aafe713 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 9451d6e5c802..b67070615d0a 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 f67b70d0b292..92cec626dce9 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 a84fd1194e2b..0bb04ab46908 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 72c2067137b9..b749eed58980 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 acbb8d68cf5a..af9abb66d83c 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 |