x86: revert "x86: CPA: avoid split of alias mappings"
authorRafael J. Wysocki <rjw@sisk.pl>
Mon, 3 Mar 2008 00:17:37 +0000 (01:17 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 3 Mar 2008 13:18:27 +0000 (14:18 +0100)
commit9b5cf48b06a52c04b85c88642c3b620db8e1d592
tree1cb87d4778bbac056a4abdde770555ea5f3221a2
parent038f2f725503b55ab76cfd2645915a85594710fe
x86: revert "x86: CPA: avoid split of alias mappings"

Revert:

  commit 8be8f54bae3453588011cad06363813a5293af53
  Author: Thomas Gleixner <tglx@linutronix.de>
  Date:   Sat Feb 23 20:43:21 2008 +0100

      x86: CPA: avoid split of alias mappings

because it clearly mishandles the case when __change_page_attr(), called
from __change_page_attr_set_clr(), changes cpa->processed to 1 and
cpa_process_alias(cpa) is executed right after that.

This crashes my x86-64 test box early in the boot process
(ref. http://bugzilla.kernel.org/show_bug.cgi?id=10140#c4).

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pageattr.c