On Nov 23, 2004, at 2:06 PM, alebas at televes.com wrote: > When this code is executed, the kernel jumps directly to another > address, 0xc000984c,
I suspect the MMU isn't yet set up to map the address of the BCSR. Access the address causes a fault, and the "jump" you see is the result of executing a bunch of exception handler instructions that you won't single step due to the exception priorities. -- Dan