fix another typo in fix-a64-timejump patch

This commit is contained in:
Martin Ayotte 2019-12-12 12:54:32 -05:00
parent efb5f68cc3
commit df86a0af62

View File

@ -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); \