[PATCH] x86_64 irq: Simplfy __assign_irq_vector
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 23 Feb 2007 11:11:56 +0000 (04:11 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 26 Feb 2007 18:34:07 +0000 (10:34 -0800)
By precomputing old_mask I remove an extra if statement, remove an
indentation level and make the code slightly easier to read.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found