Am Mittwoch, den 07.10.2009, 23:13 +0200 schrieb Robert Millan:

>         (grub_cpuid_has_longmode): ... this.  Update all users.  Remove
>         `unsigned' attribute.

I think that should be `static' not `unsigned':

-static unsigned char has_longmode = 0;
+unsigned char grub_cpuid_has_longmode = 0;

But don't we need to add now an `insmod cpuid' in grub-mkconfig so that
this actually works / is useful?
Or does the cpuid command get loaded automatically somewhere already?

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to