why kernel do eight times nop ?

Chuck Huang chuck.kernel at gmail.com
Thu May 15 02:19:25 EDT 2014


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



More information about the Kernelnewbies mailing list