From: Thomas Gleixner Date: Thu, 20 Aug 2009 10:05:01 +0000 (+0200) Subject: x86: Sanitize smp_record and move it to x86_init_ops X-Git-Tag: v2.6.32-rc1~629^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4848472cd99487e182b64fb2a5d0e4fedbe86ad;p=pandora-kernel.git x86: Sanitize smp_record and move it to x86_init_ops The x86 quirkification introduced an extra ugly hackery with a variable pointer in the mpparse code. If the pointer is initialized then it is dereferenced and the variable set to 0 or incremented. Create a x86_init_ops function and let the affected numaq code hold the function. Default init is a setup noop. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed