commit | a32ad4626776f09b30ef98a872a5f6fb64fe6607 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Sun Sep 07 15:21:17 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:21:05 2008 +0200 |
tree | 5345673a5c9728c2f51ab177b19842b5f2fa2965 | |
parent | 88b4c146961f4178f38a8c3e6e54709fa39a3f36 [diff] |
x86-64: don't check for map replacement The check prevents flags on mappings from being changed, which is not desireable. There's no need to check for replacing a mapping, and x86-32 does not do this check. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>