From: Shaohua Li Date: Fri, 23 Jun 2006 09:04:49 +0000 (-0700) Subject: [PATCH] don't use flush_tlb_all in suspend time X-Git-Tag: v2.6.18-rc1~1081^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b2355eefc2f160246226d4d69fed431173a4d5;p=pandora-kernel.git [PATCH] don't use flush_tlb_all in suspend time flush_tlb_all uses on_each_cpu, which will disable/enable interrupt. In suspend/resume time, this will make interrupt wrongly enabled. Signed-off-by: Shaohua Li Cc: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed