Re: [PATCH] omap4.conf: Disable OMAP2 support

2013-04-12 Thread Andrey Konovalov
On 04/12/2013 05:51 PM, Peter Ujfalusi wrote: When the kernel is built with CONFIG_ARCH_OMAP2 it will select CPU_V6 and other dependencies which causes issues in user space. For example when clients try to connect to PulseAudio they will crash with: Assertion 'pthread_mutex_unlock(&m->mutex) == 0

[PATCH] omap4.conf: Disable OMAP2 support

2013-04-12 Thread Peter Ujfalusi
When the kernel is built with CONFIG_ARCH_OMAP2 it will select CPU_V6 and other dependencies which causes issues in user space. For example when clients try to connect to PulseAudio they will crash with: Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, functi

[PATCH] omap4.conf: Disable OMAP2 support

2013-04-12 Thread Peter Ujfalusi
When the kernel is built with CONFIG_ARCH_OMAP2 it will select CPU_V6 and other dependencies which causes issues in user space. For example when clients try to connect to PulseAudio they will crash with: Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, functi