lkml.org 
[lkml]   [2007]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] voyager: fix breakage caused by boot_params problem
On Fri, 26 Oct 2007 12:30:28 -0500 James Bottomley wrote:

> There was a missed conversion in the voyager architecture setup file
> which this corrects.
>
> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

Oh.
http://lkml.org/lkml/2007/10/22/180
even cc-ed to you.

> ---
>
> James
>
> diff --git a/include/asm-x86/mach-voyager/setup_arch.h b/include/asm-x86/mach-voyager/setup_arch.h
> index 84d01ad..10debd2 100644
> --- a/include/asm-x86/mach-voyager/setup_arch.h
> +++ b/include/asm-x86/mach-voyager/setup_arch.h
> @@ -1,5 +1,5 @@
> #include <asm/voyager.h>
> -#define VOYAGER_BIOS_INFO ((struct voyager_bios_info *)(PARAM+0x40))
> +#define VOYAGER_BIOS_INFO ((struct voyager_bios_info *)(&boot_params.apm_bios_info))
>
> /* Hook to call BIOS initialisation function */


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

\
 
 \ /
  Last update: 2007-10-27 03:31    [W:0.063 / U:2.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site