From: Christian Limpach Date: Wed, 24 Jan 2007 14:36:03 +0000 (+0000) Subject: [linux] remove gratuitous differences with plain linux. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15371^2~78 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=29b9be5a67af427b8df5cb11ded69e740e15719a;p=xen.git [linux] remove gratuitous differences with plain linux. Signed-off-by: Christian Limpach --- diff --git a/linux-2.6-xen-sparse/arch/i386/kernel/sysenter.c b/linux-2.6-xen-sparse/arch/i386/kernel/sysenter.c index e72b58ecca..4dd50f81b8 100644 --- a/linux-2.6-xen-sparse/arch/i386/kernel/sysenter.c +++ b/linux-2.6-xen-sparse/arch/i386/kernel/sysenter.c @@ -76,9 +76,7 @@ static void *syscall_page; int __init sysenter_setup(void) { - void *page = (void *)get_zeroed_page(GFP_ATOMIC); - - syscall_page = page; + syscall_page = (void *)get_zeroed_page(GFP_ATOMIC); #ifdef CONFIG_XEN if (boot_cpu_has(X86_FEATURE_SEP)) {