You can also do things like:
" btsl $1,%0 \n"
" bne 2f \n"
"1: \n"
" .section .text.lock \n"
" \n"
"2: cmpl $0,%0 \n"
" bne 2b \n"
" rep ; nop \n"
" jmpl 1b \n"
" \n"
" .section .previous \n"
using tabs or spaces to pad out the assembly.
David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/