commit | 9d9cce7f10dc8d7a5fc6ef4e537e17664234605a | [log] [tgz] |
---|---|---|
author | Lorenzo Stoakes <lstoakes@gmail.com> | Tue Aug 23 09:00:45 2016 +0100 |
committer | Jonathan Corbet <corbet@lwn.net> | Tue Sep 06 06:42:42 2016 -0600 |
tree | c48f329f56c63c213c14ee1ae15f1ca6ed31f1fa | |
parent | 2836a2f5bd8516ae3c1a9b8bd76aea2160e5d092 [diff] |
x86: fix memory ranges in mm documentation This is a trivial fix to correct upper bound addresses to always be inclusive. Previously, the majority of ranges specified were inclusive with a small minority specifying an exclusive upper bound. This patch fixes this inconsistency. Signed-off-by: Lorenzo Stoakes <lstoakes@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>