commit | 22def7681186f65f4f1256ae9b0b6db2a7720cb1 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Jul 15 02:27:50 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Aug 14 11:59:17 2014 +0400 |
tree | fb80ce6465ab17c3f0b1ce87bed58e8ec9ffa78f | |
parent | 52247123749cc3cbc30168b33ad8c69515c96d23 [diff] |
xtensa: make fixmap region addressing grow with index It's much easier to reason about alignment and coloring of regions located in the fixmap when fixmap index is just a PFN within the fixmap region. Change fixmap addressing so that index 0 corresponds to FIXADDR_START instead of the FIXADDR_TOP. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>