From: Tiejun Chen Date: Thu, 20 Jun 2013 10:28:29 +0000 (+0800) Subject: powerpc/kgdb: use DEFINE_PER_CPU to allocate kgdb's thread_info X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~44^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8258e268c15a29c09d7c88d91a948bdf729433d8;p=pandora-kernel.git powerpc/kgdb: use DEFINE_PER_CPU to allocate kgdb's thread_info Use DEFINE_PER_CPU to allocate thread_info statically instead of kmalloc(). This can avoid introducing more memory check codes. Signed-off-by: Tiejun Chen [scottwood@freescale.com: wrapped long line] Signed-off-by: Scott Wood --- Reading git-diff-tree failed