From: Jay Lan Date: Mon, 11 Dec 2006 23:39:23 +0000 (-0800) Subject: [IA64] Do not call SN_SAL_SET_CPU_NUMBER twice on cpu 0 X-Git-Tag: v2.6.20-rc1~141^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adf142e379bd20ad906a7e36f722eaabb3b44b0c;p=pandora-kernel.git [IA64] Do not call SN_SAL_SET_CPU_NUMBER twice on cpu 0 This is an SN specific patch. Architectually, cpu_init is always called twice on cpu 0 and thus resulted in two SN_SAL_SET_CPU_NUMBER calls. This was harmless in production kernel; however, it can cause problem on booting up a crashdump kernel at Altix. Here is the patch that detects the second sn_cpu_init call and skips the second call to SN_SAL_SET_CPU_NUMBER. Signed-Off-By: Jay Lan Signed-off-by: Tony Luck --- Reading git-diff-tree failed