Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
3 years ago
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
3 years ago
Browse files
Options
Download
Plain Diff
Merge "fix(el3_runtime): correct CASSERT for pauth" into integration
parents
f8bcfa8b
b4f8d445
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/lib/el3_runtime/cpu_data.h
+2
-2
include/lib/el3_runtime/cpu_data.h
with
2 additions
and
2 deletions
+2
-2
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
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help