On Fri, Jun 5, 2015 at 9:00 AM, Ingo Molnar <mi...@kernel.org> wrote:
> So we now have the following system entry code related
> files, which define the following system call instruction
> and other entry paths:
>
>    entry_32.S            # 32-bit binaries on 32-bit kernels
>    entry_64.S            # 64-bit binaries on 64-bit kernels
>    entry_64_compat_32.S  # 32-bit binaries on 64-bit kernels

That's too long.  How about just merging it into entry_64.S?  That
could also allow moving some of the obscure macros from calling.h into
entry_64.S where they are more visible.

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

Reply via email to