I ([EMAIL PROTECTED]) wrote:
I'm trying to include some ARM assembly from the linux kernel sources to
rockbox for ipod.
As I'm not real familiar with the linux sources, could you do three
things for me for me?
1) point me to the latest and best version of:
linux/arch/arm/lib/memcpy.S
(is it 2.6.15-23?)
2) And the latest and best version of:
asm/assembler.h, which memcpy.S #includes
3) and finally (and this is more of an ARM thing) tell me what the best
defines are to set up asm/assembler.h for the ipod?
Ok, I've figured out that
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.3.tar.bz2
is the latest linux, so I just need help with question three.