diff options
author | Thomas Gleixner <[email protected]> | 2015-12-31 16:30:49 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-01-15 13:44:00 +0100 |
commit | 9ac15b7a8af4cf3337a101498c0ed690d23ade75 (patch) | |
tree | 453e662b98650c5a25092ac5fe533bfda284e5c6 /lib/netdev-notifier-error-inject.c | |
parent | 3716fd27a604d61a91cda47083504971486b80f1 (diff) |
x86/irq: Copy vectormask instead of an AND operation
In the case that the new vector mask is a subset of the existing mask there is
no point to do a AND operation of currentmask & newmask. The result is
newmask. So we can simply copy the new mask to the current mask and be done
with it. Preparatory patch for further consolidation.
Signed-off-by: Thomas Gleixner <[email protected]>
Tested-by: Borislav Petkov <[email protected]>
Tested-by: Joe Lawrence <[email protected]>
Cc: Jiang Liu <[email protected]>
Cc: Jeremiah Mahler <[email protected]>
Cc: [email protected]
Cc: Guenter Roeck <[email protected]>
Cc: [email protected] #4.3+
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions