projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac0ca68
)
xen/arm: vgic: ctlr stores a 32-bit hardware register so use uint32_t
author
Julien Grall
<julien.grall@citrix.com>
Wed, 7 Oct 2015 14:41:06 +0000
(15:41 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 8 Oct 2015 11:22:46 +0000
(12:22 +0100)
Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/asm-arm/domain.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/domain.h
b/xen/include/asm-arm/domain.h
index b89727e9f4df2f1c151ccd706f150b9c8ce67d5c..e7e40da89870e9cd51330a83729605f4bcaec051 100644
(file)
--- a/
xen/include/asm-arm/domain.h
+++ b/
xen/include/asm-arm/domain.h
@@
-91,7
+91,7
@@
struct arch_domain
* rank order.
*/
spinlock_t lock;
-
in
t ctlr;
+
uint32_
t ctlr;
int nr_spis; /* Number of SPIs */
unsigned long *allocated_irqs; /* bitmap of IRQs allocated */
struct vgic_irq_rank *shared_irqs;