Re: arm: ARM_VIRT_EXT is not supported by all v7 platforms, so it should not be enabled by default

2013-04-22 Thread Will Deacon
On Fri, Apr 19, 2013 at 07:07:15PM +0100, Sebastian Gottschall wrote: > introduced in kernel 3.9 CONFIG_ARM_VIRT_EXT is default for all V7 arm > cpu's. this is wrong and breaks smp support on BCM4708 for example. > so keep it optional since no all v7 cpu's seem to support it. BCM4708 > for

Re: arm: ARM_VIRT_EXT is not supported by all v7 platforms, so it should not be enabled by default

2013-04-22 Thread Will Deacon
On Fri, Apr 19, 2013 at 07:07:15PM +0100, Sebastian Gottschall wrote: introduced in kernel 3.9 CONFIG_ARM_VIRT_EXT is default for all V7 arm cpu's. this is wrong and breaks smp support on BCM4708 for example. so keep it optional since no all v7 cpu's seem to support it. BCM4708 for instance

arm: ARM_VIRT_EXT is not supported by all v7 platforms, so it should not be enabled by default

2013-04-19 Thread Sebastian Gottschall
introduced in kernel 3.9 CONFIG_ARM_VIRT_EXT is default for all V7 arm cpu's. this is wrong and breaks smp support on BCM4708 for example. so keep it optional since no all v7 cpu's seem to support it. BCM4708 for instance is a arm cortex-a9. please merge this into one of the next patches.

arm: ARM_VIRT_EXT is not supported by all v7 platforms, so it should not be enabled by default

2013-04-19 Thread Sebastian Gottschall
introduced in kernel 3.9 CONFIG_ARM_VIRT_EXT is default for all V7 arm cpu's. this is wrong and breaks smp support on BCM4708 for example. so keep it optional since no all v7 cpu's seem to support it. BCM4708 for instance is a arm cortex-a9. please merge this into one of the next patches.