Remove grub_dl_unload_all. It's unnecessary and causes trouble

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-25 21:19:45 +02:00
parent 1e82303f1d
commit 89e07694dc
3 changed files with 0 additions and 20 deletions

View file

@ -546,8 +546,6 @@ FUNCTION(grub_chainloader_real_boot)
pushl %edx
pushl %eax
call EXT_C(grub_dl_unload_all)
/* Turn off Gate A20 */
xorl %eax, %eax
call EXT_C(grub_gate_a20)