summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrederico Cadete <frederico@cadete.eu>2013-05-25 22:48:57 +0200
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-05-28 09:54:48 -0400
commit1d7004f0593f631b78745e4c835d8e09b31f4996 (patch)
treee8c832f881ea34ae24e8e74e307ebe69f043b70e /include
parentfce92683570c2ddcdb82cde67b0b07800106fbd9 (diff)
downloadlinux-3.10-1d7004f0593f631b78745e4c835d8e09b31f4996.tar.gz
linux-3.10-1d7004f0593f631b78745e4c835d8e09b31f4996.tar.bz2
linux-3.10-1d7004f0593f631b78745e4c835d8e09b31f4996.zip
xmem/tmem: fix 'undefined variable' build error.
In the (not so useful) kernel configuration where CONFIG_SWAP is undefined and CONFIG_XEN_SELFBALLOONING is defined, xen_tmem_init would use undefined variable 'static bool frontswap'. Added #else to have #define frontswap (0) in the case where CONFIG_FRONTSWAP is not defined. Signed-off-by: Frederico Cadete <frederico@cadete.eu> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions