|
From: | Vladimir 'phcoder' Serbinenko |
Subject: | Re: [PATCH] Fail gracefuly when attempting to load 64-bit kFreeBSD on IA32 CPU |
Date: | Fri, 09 Oct 2009 01:10:12 +0200 |
User-agent: | Mozilla-Thunderbird 2.0.0.22 (X11/20090701) |
>Index: include/grub/i386/cpuid.h >=================================================================== >--- include/grub/i386/cpuid.h (revision 0) >+++ include/grub/i386/cpuid.h (revision 0) This file doesn't follow convention of having an ifdef around the file >+extern unsigned char grub_cpuid_has_longmode; I don't like it being declared as a variable: user may inadvertently assign a value to it. I would be more confortable with a function Other than that patch looks good -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git
[Prev in Thread] | Current Thread | [Next in Thread] |