From: Rusty Russell Date: Mon, 22 Apr 2013 04:40:42 +0000 (+0930) Subject: lguest: map Switcher below fixmap. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~63^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b39271746de131366a14bcf04f5740cdc4abdef;p=pandora-kernel.git lguest: map Switcher below fixmap. Now we've adjusted all the code, we can simply set switcher_addr to wherever it needs to go below the fixmaps, rather than asserting that it should be so. With large NR_CPUS and PAE, people were hitting the "mapping switcher would thwack fixmap" message. Reported-by: Paul Bolle Signed-off-by: Rusty Russell --- Reading git-diff-tree failed