]> git.ipfire.org Git - thirdparty/grub.git/commit
i386/msr: Rename grub_msr_read() and grub_msr_write()
authorDaniel Kiper <daniel.kiper@oracle.com>
Sun, 6 Oct 2024 14:14:43 +0000 (17:14 +0300)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 10 Oct 2024 11:08:31 +0000 (13:08 +0200)
commit929fafdf5ec3bcbcb47337b187d7f2d48229e086
tree8c253a24eebe1153db56bd4f111d37ff46d80676
parentd96cfd7bf86e177260557efb3c31ecbc9df34234
i386/msr: Rename grub_msr_read() and grub_msr_write()

Use more obvious names which match corresponding instructions:
  * grub_msr_read()  => grub_rdmsr(),
  * grub_msr_write() => grub_wrmsr().

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Reviewed-by: Ross Philipson <ross.philipson@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/i386/rdmsr.c
grub-core/commands/i386/wrmsr.c
include/grub/i386/msr.h