> Yeah I don't do assembler soo often that I would know everything from heart. > All your comments are valid of course. I just wanted to point out the idea. > (However, if it's not repz, then it's repnz! :-)
it's better to use a gcc builtin than handcoding the asm yourself; better for performance at least.... (gcc will pick the best code for the cpu you picked, and yes this changes every generation or so) -- if you want to mail me at work (you don't), use arjan (at) linux.intel.com Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/