* grub-core/bus/usb/ehci.c (grub_ehci_ehcc_read32): Restructure to
conserve alignment invariants. (grub_ehci_ehcc_read16): Likewise. (grub_ehci_oper_read32): Likewise. (grub_ehci_oper_write32): Likewise. (grub_ehci_pci_iter) [!GRUB_HAVE_UNALIGNED_ACCESS]: Check alignment. Conserve alignment invariants.
This commit is contained in:
parent
ccc3b1b898
commit
a9cdb3cf18
2 changed files with 28 additions and 10 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2012-02-09 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/bus/usb/ehci.c (grub_ehci_ehcc_read32): Restructure to
|
||||
conserve alignment invariants.
|
||||
(grub_ehci_ehcc_read16): Likewise.
|
||||
(grub_ehci_oper_read32): Likewise.
|
||||
(grub_ehci_oper_write32): Likewise.
|
||||
(grub_ehci_pci_iter) [!GRUB_HAVE_UNALIGNED_ACCESS]: Check alignment.
|
||||
Conserve alignment invariants.
|
||||
|
||||
2012-02-09 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/emu/full.c (grub_emu_post_init): Remove raid reinit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue