Skip to content

Commit

Permalink
(litmus tests/exc/daifset) fix: can only daifset at EL1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensimner committed Jan 2, 2025
1 parent d117766 commit 259c54c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions litmus/litmus_tests/exc/MP+daifset+dmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ litmus_test_t MP_daifset_dmb = {
INIT_VAR(x, 0),
INIT_VAR(y, 0)
),
.start_els=(int[]){1,1},
.thread_sync_handlers =
(u32**[]){
(u32*[]){NULL, NULL},
Expand Down
1 change: 1 addition & 0 deletions litmus/litmus_tests/exc/MP+dmb+daifset.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ litmus_test_t MP_dmb_daifset = {
INIT_VAR(x, 0),
INIT_VAR(y, 0)
),
.start_els=(int[]){1,1},
.thread_sync_handlers =
(u32**[]){
(u32*[]){NULL, NULL},
Expand Down
1 change: 1 addition & 0 deletions litmus/litmus_tests/exc/SB+daifsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ litmus_test_t SB_daifsets = {
INIT_VAR(x, 0),
INIT_VAR(y, 0)
),
.start_els=(int[]){1,1},
.thread_sync_handlers = (u32**[]){
(u32*[]){NULL, NULL},
(u32*[]){NULL, NULL},
Expand Down

0 comments on commit 259c54c

Please sign in to comment.