summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/i8259.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2007-02-23 04:35:05 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-26 10:34:08 -0800
commitdfbffdd81c5d029ca8f8a754ce0eb8199c418eba (patch)
tree31858110fa5535e9e089c52e32ba31151158ed4d /arch/x86_64/kernel/i8259.c
parent13a79503ab4a0f602c6806b2572b3338994b55d2 (diff)
downloadop-kernel-dev-dfbffdd81c5d029ca8f8a754ce0eb8199c418eba.zip
op-kernel-dev-dfbffdd81c5d029ca8f8a754ce0eb8199c418eba.tar.gz
[PATCH] x86_64 irq: Simplify assign_irq_vector's arguments.
Currently assign_irq_vector works mostly by side effect and returns the results of it's changes to the caller. Which makes for a lot of arguments to pass/return and confusion as to what to do if you need the status but you aren't calling assign_irq_vector. This patch stops returning values from assign_irq_vector that can be retrieved just as easily by examining irq_cfg, and modifies the callers to retrive those values from irq_cfg when they need them. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86_64/kernel/i8259.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud