[Xenomai-core] [PATCH] Fix x86_64 builds with CC_STACKPROTECTOR enabled

2010-05-06 Thread Wolfgang Mauerer
From: Wolfgang Mauerer (none) wolfg...@dirichlet The per_cpu__ prefix for per-cpu-variables in the Linux kernel is gone since dd17c8f72993f. This patch adapts the x86_64 task switching code to cope with kernels before and after this commit. Signed-off-by: Wolfgang Mauerer

Re: [Xenomai-core] [PATCH] Fix x86_64 builds with CC_STACKPROTECTOR enabled

2010-05-06 Thread Philippe Gerum
On Thu, 2010-05-06 at 10:08 +0200, Wolfgang Mauerer wrote: From: Wolfgang Mauerer (none) wolfg...@dirichlet The per_cpu__ prefix for per-cpu-variables in the Linux kernel is gone since dd17c8f72993f. This patch adapts the x86_64 task switching code to cope with kernels before and after this

[Xenomai-core] [PATCH] Fix x86_64 builds with CC_STACKPROTECTOR enabled

2010-05-06 Thread Wolfgang Mauerer
The per_cpu__ prefix for per-cpu-variables in the Linux kernel is gone since dd17c8f72993f. This patch adds a corresponding wrapper. Signed-off-by: Wolfgang Mauerer wolfgang.maue...@siemens.com Acked-by: Jan Kiszka jan.kis...@siemens.com --- include/asm-generic/wrappers.h |4