[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071028173724.GE7227@stusta.de>
Date: Sun, 28 Oct 2007 18:37:24 +0100
From: Adrian Bunk <bunk@...nel.org>
To: Bradley Smith <bradjsmith@...nternet.com>
Cc: linux-kernel@...r.kernel.org, dz@...ian.org
Subject: Re: [PATCH 1/2] I8K: Allow i8k driver to be built on x86_64 systems
On Sun, Oct 28, 2007 at 05:25:19PM +0000, Bradley Smith wrote:
> From: Bradley Smith <bradjsmith@...nternet.com>
>
> Adds #if clause and additional inline assembly so that the driver
> builds on x86_64 systems.
>
> Signed-off-by: Bradley Smith <bradjsmith@...nternet.com>
>
> ---
>
> --- linux-2.6/drivers/char/i8k.c.orig 2007-10-28 12:27:34.000000000 +0000
> +++ linux-2.6/drivers/char/i8k.c 2007-10-28 14:27:56.000000000 +0000
> @@ -113,6 +113,33 @@ static int i8k_smm(struct smm_regs *regs
> int rc;
> int eax = regs->eax;
>
> +#if defined(__x86_64__)
>...
Please use CONFIG_X86_64.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists