Skip to content
Commit 70e535d1 authored by David Woodhouse's avatar David Woodhouse
Browse files

intel-iommu: Fix off-by-one in RMRR setup



We were mapping an extra byte (and hence usually an extra page):
iommu_prepare_identity_map() expects to be given an 'end' argument which
is the last byte to be mapped; not the first byte *not* to be mapped.

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 8519dc44
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