commit | ffd2e8df8d138e7436e218e0a9d3447a18b888e6 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Dec 01 11:50:33 2017 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 18 23:07:46 2017 -0600 |
tree | d2a9895eb988bfb44c8690630a2f2f5f6947e291 | |
parent | 6a9d42ed0d4d28c449de36f561ad3969aac51c41 [diff] |
resource: Set type of "reserve=" user-specified resources When we reserve regions because the user specified a "reserve=" parameter, set the resource type to either IORESOURCE_IO (for regions below 0x10000) or IORESOURCE_MEM. The test for 0x10000 is just a heuristic; obviously there can be memory below 0x10000 as well. Improve documentation of the "reserve=" parameter. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>