Maciej W. Rozycki wrote: > Dump the generated code for clear/copy page calls like it is done for TLB > fault handlers. Useful for debugging. > > Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> > --- > Thiemo, > > It was your change to add ".set noreorder", etc. to the TLB fault > handlers -- what is it needed for? I have thought gas does not try to > outsmart the user at the moment and does not reorder ".word" directives. It is not strictly needed, but it is a hint to the user that he looks at raw instructions. Thiemo