[LinuxBIOS] [PATCH] v3: fix SHARED macros in the non-_MAINOBJECT case

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Wed Nov 28 01:25:55 CET 2007


Ron?
This may fix your remaining initram issues.

Regards,
Carl-Daniel

On 27.11.2007 03:18, Carl-Daniel Hailfinger wrote:
> Fix SHARED macros in the non-_MAINOBJECT case. The patch I sent earlier
> (which was committed) was unfortunately generated from the wrong tree.
>
> Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
>
> Index: LinuxBIOSv3-fixsharedextern/include/shared.h
> ===================================================================
> --- LinuxBIOSv3-fixsharedextern/include/shared.h	(Revision 518)
> +++ LinuxBIOSv3-fixsharedextern/include/shared.h	(Arbeitskopie)
> @@ -43,7 +43,7 @@
>  	ret (*func)(args) attr= stage0_##func
>  #else
>  #define EXTERN(func, ret, attr, args...) \
> -	ret *func(args) attr
> +	extern ret (*func)(args) attr
>  #endif
>  
>  #else
>
>
>
>   


-- 
http://www.hailfinger.org/






More information about the coreboot mailing list