2009-10-09 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/i386/cpuid.h: Add header protection.
This commit is contained in:
parent
5c936493d3
commit
86564c267a
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue