>>> On 09.08.12 at 17:03, "Kirill A. Shutemov" >>> <kirill.shute...@linux.intel.com> wrote: > ENTRY(clear_page_nocache) > CFI_STARTPROC > - xorl %eax,%eax > - movl $4096/64,%ecx > + push %rdi > + call kernel_fpu_begin > + pop %rdi
You use CFI annotations elsewhere, so why don't you use pushq_cfi/popq_cfi here? Jan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/