projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e1edf
)
xen/arm: IRQ: Rename irq_cfg into arch_irq_desc
author
Julien Grall
<julien.grall@linaro.org>
Tue, 22 Apr 2014 12:58:35 +0000
(13:58 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 2 May 2014 12:14:08 +0000
(13:14 +0100)
irq_cfg is never used in the code and arch_irq_desc is an alias to irq_cfg.
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/asm-arm/irq.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/irq.h
b/xen/include/asm-arm/irq.h
index 7c20703effcc7f6ad9f5d1306f34c190df756568..3197aec038915e18e2eb2738ce0742160670fc9d 100644
(file)
--- a/
xen/include/asm-arm/irq.h
+++ b/
xen/include/asm-arm/irq.h
@@
-14,8
+14,7
@@
struct arch_pirq
{
};
-struct irq_cfg {
-#define arch_irq_desc irq_cfg
+struct arch_irq_desc {
int eoi_cpu;
};