Re: [PATCH] fixes for building kernel 2.5.45 using Intel compiler

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Thu Oct 31 2002 - 06:19:34 EST


On Thu, 2002-10-31 at 03:17, Nakajima, Jun wrote:
> asmlinkage int sys_iopl(unsigned long unused)
> {
> - struct pt_regs * regs = (struct pt_regs *) &unused;
> + volatile struct pt_regs * regs = (struct pt_regs *) &unused;

Why is this needed ?

> - IGNLABEL "HmacRxUc",
> - IGNLABEL "HmacRxDiscard",
> - IGNLABEL "HmacRxAccepted",
> + IGNLABEL /* "HmacTxMc", */
> + IGNLABEL /* "HmacTxBc", */

You seem to be removing fields from the struct - have you tested this ?

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



This archive was generated by hypermail 2b29 : Thu Oct 31 2002 - 22:00:53 EST