Files
lk/kernel
Travis Geiselbrecht ed7e3571c2 [kernel][thread] gcc 10.2 warning fix
In a previous patch, on architectures where SMP is disabled,
thread_pinned_cpu() will always return a negative number. GCC 10.2
is somewhat more aggressive about negative shift values so it wasn't
detecting that the second path of an if statement is never taken.

Solution is to cache the pinned cpu value and use it for both the
test and the operation.
2020-10-09 01:25:03 -07:00
..
2019-07-13 17:21:00 -07:00
2019-07-13 17:21:00 -07:00
2020-10-09 01:25:03 -07:00