hi All,

is anyone can explain why kernel do eight times nop in
arch/arm/boot/compressed/head.S ?

128 start:
129                 .type   start,#function
130                 .rept   8
131                 mov     r0, r0
132                 .endr

what's the purpose of that ?

best regards

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to