Remove dead grub_efi_mm_fini.
* grub-core/kern/efi/mm.c (allocated_page): Removed. (ALLOCATED_PAGES_SIZE): Likewise. (MAX_ALLOCATED_PAGES): Likewise. (allocated_pages): Likewise. (grub_efi_allocate_pages): Don't record allocated pages. (grub_efi_free_pages): Likewise. (grub_efi_mm_init): Likewise. (grub_efi_mm_fini): Removed.
This commit is contained in:
parent
65f7ed7c9a
commit
fbfbeb394f
2 changed files with 13 additions and 72 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2010-10-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Remove dead grub_efi_mm_fini.
|
||||
|
||||
* grub-core/kern/efi/mm.c (allocated_page): Removed.
|
||||
(ALLOCATED_PAGES_SIZE): Likewise.
|
||||
(MAX_ALLOCATED_PAGES): Likewise.
|
||||
(allocated_pages): Likewise.
|
||||
(grub_efi_allocate_pages): Don't record allocated pages.
|
||||
(grub_efi_free_pages): Likewise.
|
||||
(grub_efi_mm_init): Likewise.
|
||||
(grub_efi_mm_fini): Removed.
|
||||
|
||||
2010-10-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/efi/mm.c (BYTES_TO_PAGES): Round up instead of down.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue