]> git.baikalelectronics.ru Git - kernel.git/commit
xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 30 Jun 2011 13:12:40 +0000 (09:12 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 30 Jun 2011 13:21:10 +0000 (09:21 -0400)
commit5e944ccf85a98c816a27175ea14dcc3ee395e2b6
tree7a4c9b647d03f57061805422c380472c2400371e
parentf29fd45efd21dce31541a93a28f08ab9e9985d81
xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.

Simple enough - we use an extern defined symbol which is not
defined when CONFIG_SMP is not defined. This fixes the linker
dying.

CC: stable@kernel.org
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/mmu.c