Re: [PATCH 03/16] x86, asmlinkage: Make all interrupt handlers asmlinkage/ __visible

From: H. Peter Anvin
Date: Tue Aug 06 2013 - 17:08:21 EST


On 08/05/2013 03:02 PM, Andi Kleen wrote:
> From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
>
> These handlers are all referenced from assembler stubs, so need
> to be visible.
>
> The handlers without arguments become asmlinkage, the others __visible
> to not force regparms(0) on x86-32.
>
> I put it all into a single patch, please let me know if you want
> it it split up.
>
> Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>

I'm getting massive conflicts on this patch, so I do need to understand
better what is your baseline, and yes, it probably would be useful to
split it up.

-hpa


--
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/