API rename

This commit is contained in:
Laura Abbott 2018-02-07 14:39:47 -08:00
parent 7d40e4a029
commit e36a35763c
1 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ index 574dff4d2913..9b6f20cfaeb9 100644
+ if (__builtin_constant_p(size)) {
+ if (unlikely(addr > limit - size))
+ return true;
+ nospec_barrier();
+ barrier_nospec();
+ return false;
+ }
@ -346,7 +346,7 @@ index 574dff4d2913..9b6f20cfaeb9 100644
+ if (unlikely(addr < size || addr > limit))
return true;
- return unlikely(addr > limit);
+ nospec_barrier();
+ barrier_nospec();
+ return false;
}