Hi there. I am trying to do a "simple" thing. I just want to create a circular buffer of the link register from my ISR each time it is called, but I can't for the life of me figure out how to get the Link Register value from the C code in my ISR. I had imagined that there was something like:
regs = cpu_get_registers(); lr = regs->LR; I am a noob so please enlighten me. Is this possible? Thanks. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
