> Can you tell me what actual problem (other than the warning) this is > fixing?
Since we're running with CONFIG_DEBUG_PREEMPT and CONFIG_SMP get_paca defined as: #define get_paca() ((void) debug_smp_processor_id(), local_paca) instead of direct access to r13 so it's possible that we're preempted on a different CPU. > cheers > -- Regards / Mit besten Grüßen, Denis