Re: [PATCH] i386 entry.S alignment tweak

MOLNAR Ingo (mingo@chiara.csoma.elte.hu)
Fri, 11 Dec 1998 20:26:35 +0100 (CET)


On Thu, 10 Dec 1998, Jamie Lokier wrote:

> + ALIGN
> ENTRY(system_call)
> pushl %eax # save orig_eax
> SAVE_ALL

either we align system_call, or we align ret_from_sys_call, we cant have
both. Given that ret_from_sys_call is shared with IRQ handlers, it's
better performance-wise to align that one.

-- mingo

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