2008-03-30 Pavel Roskin <proski@gnu.org>
* commands/i386/cpuid.c (has_longmode): Make static. * disk/i386/pc/biosdisk.c (cd_drive): Likewise. * include/grub/i386/bsd.h (bios_memmap_t): Remove, it's unused.
This commit is contained in:
parent
17c74c21f0
commit
7cdacf9717
4 changed files with 7 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
#define bit_LM (1 << 29)
|
||||
|
||||
unsigned char has_longmode = 0;
|
||||
static unsigned char has_longmode = 0;
|
||||
|
||||
static const struct grub_arg_option options[] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue