]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ATM: [he] initialize lock and tasklet earlier
authorchas williams <chas@cmf.nrl.navy.mil>
Thu, 29 Nov 2007 12:07:57 +0000 (23:07 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Dec 2007 17:51:03 +0000 (09:51 -0800)
commitc996090b7a28d89cf1f2365688dad715b2ae7bd6
tree7dddbe0862f3aacccde0a9fdec6d340b794efd93
parenta9a88eb292818f5ff9ba6c0fabc17fa663c6a278
ATM: [he] initialize lock and tasklet earlier

[ATM]: [he] initialize lock and tasklet earlier

[ Upstream commit: 8a8037ac9dbe4eb20ce50aa20244faf77444f4a3 ]

if you are lucky (unlucky?) enough to have shared interrupts, the
interrupt handler can be called before the tasklet and lock are ready
for use.

Signed-off-by: chas williams <chas@cmf.nrl.navy.mil>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/atm/he.c