From: Eric Dumazet Date: Wed, 3 Nov 2010 05:56:38 +0000 (+0000) Subject: mpc52xx: cleanup locking X-Git-Tag: v2.6.38-rc1~476^2~548 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1e5e40d6cac4bf7008e04c202d71918455ca11;p=pandora-kernel.git mpc52xx: cleanup locking commit 1e4e0767ecb1 (Fix locking on fec_mpc52xx driver) assumed IRQ are enabled when an IRQ handler is called. It is not the case anymore (IRQF_DISABLED is deprecated), so we can use regular spin_lock(), no need for spin_lock_irqsave(). Signed-off-by: Eric Dumazet Tested-by: Jean-Michel Hautbois Cc: Asier Llano Cc: Grant Likely Signed-off-by: David S. Miller --- Reading git-diff-tree failed