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

Alan Cox (alan@lxorguk.ukuu.org.uk)
31 Oct 2002 11:19:34 +0000


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/