Sven Schnelle wrote: > + while (len >= 4) { > + *p++ = *insn++; > + addr += sizeof(u32); > + len -= sizeof(u32); > + if (len && !((unsigned long)addr & ~PAGE_MASK)) { if (len && offset_in_page(addr) == 0) This is a bit more obvious to me. YMMV. Eike
Attachment:
signature.asc
Description: This is a digitally signed message part.