Skip to content

Commit edc8642

Browse files
author
bmax
committed
data sync after reset superkey
1 parent 9da4446 commit edc8642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/base/predata.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ void reset_superkey(const char *key)
5252
{
5353
lib_strncpy(superkey, key, SUPER_KEY_LEN - 1);
5454
superkey[SUPER_KEY_LEN - 1] = '\0';
55+
dsb(ish);
5556
}
5657

5758
void enable_auth_root_key(int enable)

0 commit comments

Comments
 (0)