From: Mandeep Singh Baines Date: Fri, 16 Jan 2009 17:09:38 +0000 (-0800) Subject: softlockup: fix to allow compiling with !DETECT_HUNG_TASK X-Git-Tag: v2.6.30-rc1~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af432eb1cc3178ec7109aca2283aafb1c12ccac1;p=pandora-kernel.git softlockup: fix to allow compiling with !DETECT_HUNG_TASK Fixes the following compile error: kernel/fork.c:1049: error: 'struct task_struct' has no member named 'last_switch_count' kernel/fork.c:1050: error: 'struct task_struct' has no member named 'last_switch_timestamp' Signed-off-by: Mandeep Singh Baines Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed