commit | 6032aca0deb9c138df122192f8ef02de1fdccf25 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Apr 14 15:46:39 2023 +0200 |
committer | Richard Weinberger <richard@nod.at> | Thu Apr 20 23:08:43 2023 +0200 |
tree | f9acfe2a2c09cfa1b3a86351b8bdf2ccd8fa48ef | |
parent | fc54a4f15988e228cf88f888483e985c5f35031e [diff] |
um: make stub data pages size tweakable There's a lot of code here that hard-codes that the data is a single page, and right now that seems to be sufficient, but to make it easier to change this in the future, add a new STUB_DATA_PAGES constant and use it throughout the code. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>