PPC64 doesn't compile with CONFIG_SMP=n
From: Egor Starkov <hidden>
Date: 2007-12-20 14:37:31
Also in:
linux-rt-users, lkml
Attachments
- powerpc_smp_bugfix [text/plain] 572 bytes · preview
From: Egor Starkov <hidden>
Date: 2007-12-20 14:37:31
Also in:
linux-rt-users, lkml
Hello Ingo I've found out that real-time tree doesn't compile for PPC64 with CONFIG_SMP=n. Think this is due to patch-2.6.21.4-rt10 patch. It has definitions of following symbols missing: __get_cpu_lock, __get_cpu_var_locked. I've attached the patch to fix the problem. Egor Starkov