projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54cf710
)
xen/arm: smccc: Fix indentation in ARM_SMCCC_ARCH_WORKAROUND_1_FID
author
Julien Grall
<julien.grall@arm.com>
Tue, 12 Jun 2018 11:36:42 +0000
(12:36 +0100)
committer
Julien Grall
<julien.grall@arm.com>
Fri, 22 Jun 2018 01:59:43 +0000
(
02:59
+0100)
Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/smccc.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/smccc.h
b/xen/include/asm-arm/smccc.h
index a6804cec993c22e09ee57ccc2e56382955412b33..74c13f84190bd61d2f300570d25fe8299204c6be 100644
(file)
--- a/
xen/include/asm-arm/smccc.h
+++ b/
xen/include/asm-arm/smccc.h
@@
-254,9
+254,9
@@
struct arm_smccc_res {
#define ARM_SMCCC_ARCH_WORKAROUND_1_FID \
ARM_SMCCC_CALL_VAL(ARM_SMCCC_FAST_CALL, \
-
ARM_SMCCC_CONV_32,
\
-
ARM_SMCCC_OWNER_ARCH,
\
- 0x8000)
+
ARM_SMCCC_CONV_32,
\
+
ARM_SMCCC_OWNER_ARCH,
\
+
0x8000)
#define ARM_SMCCC_ARCH_WORKAROUND_2_FID \
ARM_SMCCC_CALL_VAL(ARM_SMCCC_FAST_CALL, \