projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b80470c
)
arm/gic: Remove member hcr of structure gic_v3
author
Michal Orzel
<michal.orzel@arm.com>
Wed, 5 May 2021 07:43:02 +0000
(09:43 +0200)
committer
Julien Grall
<jgrall@amazon.com>
Mon, 10 May 2021 17:16:34 +0000
(18:16 +0100)
... as it is never used even in the patch introducing it.
Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/include/asm-arm/gic.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/gic.h
b/xen/include/asm-arm/gic.h
index ad0f7452d0058c15ca8404d3fbafacd012c1fca9..5069ab4aacb2ac8e41f7b2c8023665ba307e49ab 100644
(file)
--- a/
xen/include/asm-arm/gic.h
+++ b/
xen/include/asm-arm/gic.h
@@
-171,7
+171,7
@@
* GICv3 registers that needs to be saved/restored
*/
struct gic_v3 {
- uint32_t
hcr,
vmcr, sre_el1;
+ uint32_t vmcr, sre_el1;
uint32_t apr0[4];
uint32_t apr1[4];
uint64_t lr[16];