From 9cf6299af40b4166d48c5bff8b7b48d05e98723e Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Mon, 30 Jul 2012 14:40:12 -0700 Subject: [PATCH] --- yaml --- r: 319901 b: refs/heads/master c: 0cc41e4a21d43695154fe6a151abf3b6f27b0bb0 h: refs/heads/master i: 319899: 36d1535408ea898d3300a76816dfed5a9348e9b2 v: v3 --- [refs] | 2 +- trunk/arch/arm/lib/io-acorn.S | 3 ++- trunk/arch/arm/vfp/vfphw.S | 7 ++++--- trunk/arch/frv/kernel/kernel_thread.S | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 4d99f1416e58..827b527e49c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 314ba3520e513a78be80e8c2ddbd65c91e78a114 +refs/heads/master: 0cc41e4a21d43695154fe6a151abf3b6f27b0bb0 diff --git a/trunk/arch/arm/lib/io-acorn.S b/trunk/arch/arm/lib/io-acorn.S index 1b197ea7aab3..69719bad674d 100644 --- a/trunk/arch/arm/lib/io-acorn.S +++ b/trunk/arch/arm/lib/io-acorn.S @@ -11,13 +11,14 @@ * */ #include +#include #include .text .align .Liosl_warning: - .ascii "<4>insl/outsl not implemented, called from %08lX\0" + .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0" .align /* diff --git a/trunk/arch/arm/vfp/vfphw.S b/trunk/arch/arm/vfp/vfphw.S index 2d30c7f6edd3..d50f0e486cf2 100644 --- a/trunk/arch/arm/vfp/vfphw.S +++ b/trunk/arch/arm/vfp/vfphw.S @@ -16,6 +16,7 @@ */ #include #include +#include #include "../kernel/entry-header.S" .macro DBGSTR, str @@ -24,7 +25,7 @@ add r0, pc, #4 bl printk b 1f - .asciz "<7>VFP: \str\n" + .asciz KERN_DEBUG "VFP: \str\n" .balign 4 1: ldmfd sp!, {r0-r3, ip, lr} #endif @@ -37,7 +38,7 @@ add r0, pc, #4 bl printk b 1f - .asciz "<7>VFP: \str\n" + .asciz KERN_DEBUG "VFP: \str\n" .balign 4 1: ldmfd sp!, {r0-r3, ip, lr} #endif @@ -52,7 +53,7 @@ add r0, pc, #4 bl printk b 1f - .asciz "<7>VFP: \str\n" + .asciz KERN_DEBUG "VFP: \str\n" .balign 4 1: ldmfd sp!, {r0-r3, ip, lr} #endif diff --git a/trunk/arch/frv/kernel/kernel_thread.S b/trunk/arch/frv/kernel/kernel_thread.S index 4531c830d20b..f0e52943f923 100644 --- a/trunk/arch/frv/kernel/kernel_thread.S +++ b/trunk/arch/frv/kernel/kernel_thread.S @@ -10,10 +10,10 @@ */ #include +#include #include #define CLONE_VM 0x00000100 /* set if VM shared between processes */ -#define KERN_ERR "<3>" .section .rodata kernel_thread_emsg: