]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86_64/kernel/vsyscall.c
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
[linux-2.6-omap-h63xx.git] / arch / x86_64 / kernel / vsyscall.c
index 3785e4954734d2f4a3fdee3734d253b96450ccc7..4a673f5397a05fbbf5aec90b5067bbafcd8e1ad5 100644 (file)
@@ -289,6 +289,7 @@ static void __init map_vsyscall(void)
        extern char __vsyscall_0;
        unsigned long physaddr_page0 = __pa_symbol(&__vsyscall_0);
 
+       /* Note that VSYSCALL_MAPPED_PAGES must agree with the code below. */
        __set_fixmap(VSYSCALL_FIRST_PAGE, physaddr_page0, PAGE_KERNEL_VSYSCALL);
 }