commit | 2cadd393da20946c99f9f8ca2c1e978a94313281 | [log] [tgz] |
---|---|---|
author | Joonwoo Park <joonwoop@codeaurora.org> | Wed Jun 07 11:51:54 2017 -0700 |
committer | Joonwoo Park <joonwoop@codeaurora.org> | Wed Jun 07 15:19:07 2017 -0700 |
tree | f83e7ef936c525bc6f7c98343d41785990450df7 | |
parent | 4632f561cede3beaf4e39d872c50b2b6c88ba717 [diff] |
sched: ceil idle index to prevent from out of bound accessing It's possible size of given idle cost index is smaller than CPU's possible idle index size. Ceil the CPU's idle index to prevent out of bound accessing. Change-Id: I0ff90d1552daba7824a5d8a9e50ff8463de0d861 Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>