commit | 406a590ba105bfb7b67952f0a5f948e0d374e03e | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Apr 22 14:10:37 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Apr 22 15:31:33 2013 +0930 |
tree | 97fbf193d865ff2fa1b1ab209589c1d456f89fa5 | |
parent | 74ff582cd65ad01c45f1971feac28f23b7eb2687 [diff] |
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 <rusty@rustcorp.com.au>