[KJ] [PATCH 58/72] arm: add KERN_ constants to arch/arm/mm/fault.c

James Nelson james4765 at gmail.com
Thu Sep 7 19:02:54 PDT 2006


Signed-off-by: James Nelson <james4765 at gmail.com>
---
diff --git a/arch/arm/mm/fault.c b/arch/arm/mm/fault.c
index c5e0622..3907bc5 100644
--- a/arch/arm/mm/fault.c
+++ b/arch/arm/mm/fault.c
@@ -266,7 +266,7 @@ do_page_fault(unsigned long addr, unsign
 		 * happened to us that made us unable to handle
 		 * the page fault gracefully.
 		 */
-		printk("VM: killing process %s\n", tsk->comm);
+		printk(KERN_WARNING "VM: killing process %s\n", tsk->comm);
 		do_exit(SIGKILL);
 		return 0;
 



More information about the Kernel-janitors mailing list