On Fri, Jan 23, 2009 at 12:22:50PM +0100, Valentin Longchamp wrote:
Guennadi Liakhovetski wrote:
quoted
arm-linux-objdump -Dr vmlinux |grep ipu_init
you should see something like
c0014c94 <ipu_init>:
c0014c94: e1a0c00d mov ip, sp
--
c0019c70 <__initcall_ipu_init4>:
c0019c70: c0014c94 mulgt r1, r4, ip
Well I have all of them ... Taht's why I really don't understand what's
going on.
However I don't have the same asm instruction for the initcall:
c00192b4 <__initcall_ipu_init4>:
c00192b4: c00141e8 .word 0xc00141e8
This is not an instruction, it is an address. Notice that c00141e8 is
your address of ipu_init, as c0014c94 is the address of ipu_init for
Guennadi.
-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php