bank8k: allow for no zero base
authorAlan Cox <alan@linux.intel.com>
Tue, 8 Jan 2019 17:02:53 +0000 (17:02 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 8 Jan 2019 17:02:53 +0000 (17:02 +0000)
commit73a11cfb13e9f2d73fcd02f328ad494d73b88adc
tree0f52c0b92ac5103a44113b1bcf4868f39c8e7740
parent92fdf56259127a4c386bcd8da2d391e9ee0e7cbc
bank8k: allow for no zero base

Tormod's patch worked by changing pagemap_realloc to pass top not size. In
fact we want to pass size so that

- We don't break any other banking code
- We can still sanely handle platforms with multiple processes per bank where
  pagemap_realloc has a real job. It's not quite that simple there are some
  other 32bit changes it would need, but lets not dig a hole to fall down
Kernel/bank8k.c