fix another typo in fix-a64-timejump patch
This commit is contained in:
parent
efb5f68cc3
commit
df86a0af62
@ -9,8 +9,8 @@ index 9a5464c..6334b5a 100644
|
||||
- u64 _val; \
|
||||
- int _retries = 150; \
|
||||
+ u64 _old, _new; \
|
||||
+ int _retries = 200;
|
||||
\
|
||||
+ int _retries = 200; \
|
||||
\ \
|
||||
do { \
|
||||
- _val = read_sysreg(reg); \
|
||||
+ _old = read_sysreg(reg); \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user