Log message:
Delete superfluous assignment

Modified files:
    linux/mm:
        bootmem.c 


Index: linux/mm/bootmem.c
Stats: 1 deletion
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/mm/bootmem%2ec.diff?r1=1.26&r2=1.27
========================================================================
--- bootmem.c   2 Mar 2005 23:48:06 -0000       1.26
+++ bootmem.c   20 Mar 2005 12:46:20 -0000      1.27
@@ -266,7 +266,6 @@
 
        count = 0;
        /* first extant page of the node */
-       page = virt_to_page(phys_to_virt(bdata->node_boot_start));
        idx = bdata->node_low_pfn - (bdata->node_boot_start >> PAGE_SHIFT);
        map = bdata->node_bootmem_map;
        /* Check physaddr is O(LOG2(BITS_PER_LONG)) page aligned */
-
To unsubscribe from this list: send the line "unsubscribe linux-m68k-cvscommit" 
in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to