2010-01-13 Vladimir Serbinenko <phcoder@gmail.com>

* kern/efi/init.c (grub_efi_fini): Don't call grub_efi_mm_fini as
	it would result in module crash.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-13 22:53:12 +01:00
parent c1f2882010
commit 17383dfe96
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-01-13 Vladimir Serbinenko <phcoder@gmail.com>
* kern/efi/init.c (grub_efi_fini): Don't call grub_efi_mm_fini as
it would result in module crash.
2010-01-13 Vladimir Serbinenko <phcoder@gmail.com>
* term/ieee1275/ofconsole.c (grub_ofconsole_putchar): Handle '\r'.

View File

@ -82,6 +82,5 @@ void
grub_efi_fini (void)
{
grub_efidisk_fini ();
grub_efi_mm_fini ();
grub_console_fini ();
}