From: Alexey Dobriyan Date: Wed, 30 Jul 2008 05:33:26 +0000 (-0700) Subject: hpwdt: don't use static flags X-Git-Tag: v2.6.27-rc2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d667b6ddbcdc036a27407c8b2c1243f1dfd69e26;p=pandora-kernel.git hpwdt: don't use static flags Static (read: global) is potential problem. Two threads can corrupt each other's interrupt status, better avoid this. Signed-off-by: Alexey Dobriyan Cc: Wim Van Sebroeck Cc: Thomas Mingarelli Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed