Re: [PATCH 3/6] x86,64: Simplify save_regs()

From: Frederic Weisbecker
Date: Mon Jul 04 2011 - 08:59:48 EST


On Mon, Jul 04, 2011 at 08:20:51AM +0100, Jan Beulich wrote:
> > ENTRY(save_rest)
> > PARTIAL_FRAME 1 REST_SKIP+8
> > @@ -791,7 +781,7 @@ END(interrupt)
> > /* reserve pt_regs for scratch regs and rbp */
> > subq $ORIG_RAX-RBP, %rsp
> > CFI_ADJUST_CFA_OFFSET ORIG_RAX-RBP
> > - call save_args
> > + SAVE_ARGS_IRQ
> > PARTIAL_FRAME 0
>
> With the above CFI adjustments all looking correct, this PARTIAL_FRAME
> directive now is at best redundant, and hence should be removed.

Indeed, will fix.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/