Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
3b15e9ad
Commit
3b15e9ad
authored
Aug 20, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Aug 20, 2021
Browse files
Merge "fix(el3_runtime): correct CASSERT for pauth" into integration
parents
f8bcfa8b
b4f8d445
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lib/el3_runtime/cpu_data.h
View file @
3b15e9ad
/*
* Copyright (c) 2014-201
9
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2014-20
2
1, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -125,7 +125,7 @@ extern cpu_data_t percpu_data[PLATFORM_CORE_COUNT];
#if ENABLE_PAUTH
CASSERT
(
CPU_DATA_APIAKEY_OFFSET
==
__builtin_offsetof
(
cpu_data_t
,
apiakey
),
assert_cpu_data_
cras
h_stack_offset_mismatch
);
assert_cpu_data_
paut
h_stack_offset_mismatch
);
#endif
#if CRASH_REPORTING
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment