Re: [PATCH] Fixup armksyms to work with _printk

Mathieu Desnoyers <[email protected]>
Newsgroups gmane.linux.kernel.tracing
Message-ID <20061004172148.GA19340@Krystal>
this grep shows all the faulty :
from arch/
grep -r printk */**/*.S

* Deepak Saxena ([email protected]) wrote:
> 
> Part 2....
> 
> diff --git a/arch/arm/lib/backtrace.S b/arch/arm/lib/backtrace.S
> index 16153c8..dd2acfb 100644
> --- a/arch/arm/lib/backtrace.S
> +++ b/arch/arm/lib/backtrace.S
> @@ -103,7 +103,7 @@ #else
>  		.align	0
>  1007:		ldr	r0, =.Lbad
>  		mov	r1, frame
> -		bl	printk
> +		bl	_printk
>  		LOADREGS(fd, sp!, {r4 - r8, pc})
>  		.ltorg
>  		.previous
> @@ -138,12 +138,12 @@ #define stack r6
>  		ldr	r2, [stack], #-4
>  		mov	r1, reg
>  		adr	r0, .Lfp
> -		bl	printk
> +		bl	_printk
>  2:		subs	reg, reg, #1
>  		bpl	1b
>  		teq	r7, #0
>  		adrne	r0, .Lcr
> -		blne	printk
> +		blne	_printk
>  		mov	r0, stack
>  		LOADREGS(fd, sp!, {instr, reg, stack, r7, r8, pc})
>  
> 
> 
> -- 
> Deepak Saxena - [email protected] - http://www.plexity.net
> 
> "An open heart has no possessions, only experiences" - Matt Bibbeau
> _______________________________________________
> ltt-dev mailing list
> [email protected]
> http://www.listserv.shafik.org/listserv/listinfo/ltt-dev
> 
OpenPGP public key:              http://krystal.dyndns.org:8080/key/compudj.gpg
Key fingerprint:     8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.