projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bad2c18
)
x86/IRQ: reduce unused space in struct arch_irq_desc
author
Jan Beulich
<JBeulich@suse.com>
Mon, 29 Apr 2019 11:25:49 +0000
(
05:25
-0600)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Mon, 13 May 2019 09:35:37 +0000
(10:35 +0100)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/irq.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-x86/irq.h
b/xen/include/asm-x86/irq.h
index 4b39997f09ea63a21338322d033bbc0d0cdcc66e..ee26e6d5481921487d6b6de498bf55e47717095e 100644
(file)
--- a/
xen/include/asm-x86/irq.h
+++ b/
xen/include/asm-x86/irq.h
@@
-35,8
+35,8
@@
struct arch_irq_desc {
cpumask_var_t cpu_mask;
cpumask_var_t old_cpu_mask;
cpumask_var_t pending_mask;
- unsigned move_cleanup_count;
vmask_t *used_vectors;
+ unsigned move_cleanup_count;
u8 move_in_progress : 1;
s8 used;
};