From: Michael Neuling Date: Tue, 1 Jul 2008 07:00:39 +0000 (+1000) Subject: powerpc: Fix compile warning in init_thread X-Git-Tag: v2.6.27-rc1~1058^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17a2565bf61204cb925c3f77c3c7f6a09eb2fbe;p=pandora-kernel.git powerpc: Fix compile warning in init_thread Currently we get this warning: arch/powerpc/kernel/init_task.c:33: warning: missing braces around initializer arch/powerpc/kernel/init_task.c:33: warning: (near initialization for 'init_task.thread.fpr[0]') This fixes it. Noticed by Stephen Rothwell. Signed-off-by: Michael Neuling Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed