Skip to content
Commit ffd2e8df authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

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: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 6a9d42ed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment