patch-2.4.22 linux-2.4.22/arch/ia64/mm/init.c
Next file: linux-2.4.22/arch/ia64/mm/tlb.c
Previous file: linux-2.4.22/arch/ia64/mm/fault.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/ia64/mm/init.c
- Orig date:
2003-06-13 07:51:29.000000000 -0700
diff -urN linux-2.4.21/arch/ia64/mm/init.c linux-2.4.22/arch/ia64/mm/init.c
@@ -255,7 +255,7 @@
pte_t *pte;
if (!PageReserved(page))
- printk("put_gate_page: gate page at 0x%p not in reserved memory\n",
+ printk(KERN_ERR "put_gate_page: gate page at 0x%p not in reserved memory\n",
page_address(page));
pgd = pgd_offset_k(address); /* note: this is NOT pgd_offset()! */
@@ -560,7 +560,7 @@
efi_memmap_walk(create_mem_map_page_table, 0);
free_area_init_node(0, NULL, vmem_map, zones_size, 0, zholes_size);
- printk("Virtual mem_map starts at 0x%p\n", mem_map);
+ printk(KERN_INFO "Virtual mem_map starts at 0x%p\n", mem_map);
}
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)