commit | 55b2355eefc2f160246226d4d69fed431173a4d5 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shaohua.li@intel.com> | Fri Jun 23 02:04:49 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jun 23 07:43:00 2006 -0700 |
tree | b5ed6dbf3d045443a12de412f9937a6b8dc20840 | |
parent | 968808b8956e332e556b1eae9b4f7df77518f53b [diff] |
[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 <shaohua.li@intel.com> Cc: Pavel Machek <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>