From: Rusty Russell Date: Mon, 22 Apr 2013 04:40:37 +0000 (+0930) Subject: lguest: prepare to make SWITCHER_ADDR a variable. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~63^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406a590ba105bfb7b67952f0a5f948e0d374e03e;p=pandora-kernel.git lguest: prepare to make SWITCHER_ADDR a variable. We currently use the whole top PGD entry for the switcher, but that's hitting the fixmap in some configurations (mainly, large NR_CPUS). Introduce a variable, currently set to the constant. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed