]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86-64: don't check for map replacement
authorJeremy Fitzhardinge <jeremy@goop.org>
Sun, 7 Sep 2008 22:21:17 +0000 (15:21 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:21:05 +0000 (10:21 +0200)
commita32ad4626776f09b30ef98a872a5f6fb64fe6607
tree5345673a5c9728c2f51ab177b19842b5f2fa2965
parent88b4c146961f4178f38a8c3e6e54709fa39a3f36
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>
arch/x86/mm/init_64.c