From: Arjan van de Ven Date: Mon, 12 May 2008 13:44:31 +0000 (+0200) Subject: x86: setup stack canary for the idle threads X-Git-Tag: v2.6.30-rc1~2^2~50^2~67^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce22bd92cba0958e052cb1ce0f89f1d3a02b60a7;p=pandora-kernel.git x86: setup stack canary for the idle threads The idle threads for non-boot CPUs are a bit special in how they are created; the result is that these don't have the stack canary set up properly in their PDA. Easiest fix is to just always set the PDA up correctly when entering the idle thread; this is a NOP for the boot cpu. Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed