]> 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)
commit18d8e7231a6ce4560babc83659ca1fa2ffb1e82b
tree7a4c9b647d03f57061805422c380472c2400371e
parent3c58e71d8074035ae7479124213dc478c787f46e
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