From: Jeremy Fitzhardinge Date: Tue, 8 Jul 2008 22:07:15 +0000 (-0700) Subject: xen64: set up userspace syscall patch X-Git-Tag: v2.6.27-rc1~955^2~1^20~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf18bf94dc72db998d0fbebc846c07c858a59c90;p=pandora-kernel.git xen64: set up userspace syscall patch 64-bit userspace expects the vdso to be mapped at a specific fixed address, which happens to be in the middle of the kernel address space. Because we have split user and kernel pagetables, we need to make special arrangements for the vsyscall mapping to appear in the kernel part of the user pagetable. Signed-off-by: Jeremy Fitzhardinge Cc: Stephen Tweedie Cc: Eduardo Habkost Cc: Mark McLoughlin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed