On Monday 20 May 2013, Joseph Lo wrote: > + cpu_to_csr_req r1, r0 > + mov32 r2, TEGRA_FLOW_CTRL_BASE > + ldr r1, [r2, r1] This causes build errors now, since cpu_to_csr_req is not defined anywhere. Arnd