Hi Ard, > + str x22, [x4, :lo12:processor_id] // Save processor ID We should just get rid of processor_id. It doesn't make sense given big.LITTLE, we have the information stored per-cpu in cpu_data, and as far as I can tell nothing relies on it currently. Thanks, Mark.