Re: [PATCH] i386 entry.S alignment tweak

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Fri, 11 Dec 1998 09:29:06 +0000


Ignore this, I had not seen that the ENTRY() macro calls ALIGN itself.

I wrote:
> Was this left out deliberately?
>
> --- linux/arch/i386/kernel/entry.S.devel Sun Dec 6 15:44:17 1998
> +++ linux/arch/i386/kernel/entry.S Thu Dec 10 16:40:08 1998
> @@ -166,6 +166,7 @@
> * less clear than it otherwise should be.
> */
>
> + ALIGN
> ENTRY(system_call)
> pushl %eax # save orig_eax
> SAVE_ALL

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