commit | 560f2c23666853b31acc32c892d44f5b14d258de | [log] [tgz] |
---|---|---|
author | Dennis Zhou (Facebook) <dennisszhou@gmail.com> | Mon Jul 24 19:02:06 2017 -0400 |
committer | Tejun Heo <tj@kernel.org> | Wed Jul 26 10:23:53 2017 -0400 |
tree | bfb62b134165d7808f06c1b795c62f0ecadd8682 | |
parent | c0ebfdc3fefdef73131c7cb431ad8079f65c714a [diff] |
percpu: combine percpu address checks The percpu address checks for the reserved and dynamic region chunks are now specific to each region. The address checking logic can be combined taking advantage of the global references to the dynamic and static region chunks. Signed-off-by: Dennis Zhou <dennisszhou@gmail.com> Reviewed-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Tejun Heo <tj@kernel.org>