2009-10-09 Robert Millan <rmh.grub@aybabtu.com>

* include/grub/i386/cpuid.h: Add header protection.
This commit is contained in:
robertmh 2009-10-09 18:23:48 +00:00
parent 5c936493d3
commit 86564c267a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-10-09 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/i386/cpuid.h: Add header protection.
2009-10-09 Robert Millan <rmh.grub@aybabtu.com>
Fail gracefuly when attempting to load 64-bit kFreeBSD on IA32 CPU.

View File

@ -16,4 +16,9 @@
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef GRUB_CPU_CPUID_HEADER
#define GRUB_CPU_CPUID_HEADER 1
extern unsigned char grub_cpuid_has_longmode;
#endif