From: Jacob Pan Date: Thu, 17 Sep 2009 14:36:43 +0000 (-0700) Subject: x86: Initialize stack canary in secondary start X-Git-Tag: v2.6.34-rc1~7^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f720c5930f689647d51ad77e2a8d6f0abf66c8;p=pandora-kernel.git x86: Initialize stack canary in secondary start Some secondary clockevent setup code needs to call request_irq, which will cause fake stack check failure in schedule() if voluntary preemption model is chosen. It is safe to have stack canary initialized here early, since start_secondary() does not return. Signed-off-by: Jacob Pan LKML-Reference: <43F901BD926A4E43B106BF17856F07559FB80D02@orsmsx508.amr.corp.intel.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed