]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/mm/dump_pagetables.c
mmc_test: add test case control
[linux-2.6-omap-h63xx.git] / arch / x86 / mm / dump_pagetables.c
index 6791b8334bc6809ebd7d35bc69c29f1e23e2ff64..0bb0caed8971878152ed52d26dce836637bf82f7 100644 (file)
@@ -42,7 +42,7 @@ static struct addr_marker address_markers[] = {
        { 0, "User Space" },
 #ifdef CONFIG_X86_64
        { 0x8000000000000000UL, "Kernel Space" },
-       { 0xffff810000000000UL, "Low Kernel Mapping" },
+       { PAGE_OFFSET,          "Low Kernel Mapping" },
        { VMALLOC_START,        "vmalloc() Area" },
        { VMEMMAP_START,        "Vmemmap" },
        { __START_KERNEL_map,   "High Kernel Mapping" },
@@ -324,7 +324,7 @@ static const struct file_operations ptdump_fops = {
        .release        = single_release,
 };
 
-int pt_dump_init(void)
+static int pt_dump_init(void)
 {
        struct dentry *pe;