mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
x86/efi: Update comment regarding required phys mapped EFI services
Commit 3f4a7836e3
("x86/efi: Rip out phys_efi_get_time()") left
set_virtual_address_map as the only runtime service needed with a
phys mapping but missed to update the preceding comment. Fix that.
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
This commit is contained in:
parent
6092068547
commit
0ce4605c9a
1 changed files with 6 additions and 6 deletions
|
@ -337,9 +337,9 @@ static int __init efi_runtime_init32(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We will only need *early* access to the following two
|
* We will only need *early* access to the SetVirtualAddressMap
|
||||||
* EFI runtime services before set_virtual_address_map
|
* EFI runtime service. All other runtime services will be called
|
||||||
* is invoked.
|
* via the virtual mapping.
|
||||||
*/
|
*/
|
||||||
efi_phys.set_virtual_address_map =
|
efi_phys.set_virtual_address_map =
|
||||||
(efi_set_virtual_address_map_t *)
|
(efi_set_virtual_address_map_t *)
|
||||||
|
@ -361,9 +361,9 @@ static int __init efi_runtime_init64(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We will only need *early* access to the following two
|
* We will only need *early* access to the SetVirtualAddressMap
|
||||||
* EFI runtime services before set_virtual_address_map
|
* EFI runtime service. All other runtime services will be called
|
||||||
* is invoked.
|
* via the virtual mapping.
|
||||||
*/
|
*/
|
||||||
efi_phys.set_virtual_address_map =
|
efi_phys.set_virtual_address_map =
|
||||||
(efi_set_virtual_address_map_t *)
|
(efi_set_virtual_address_map_t *)
|
||||||
|
|
Loading…
Add table
Reference in a new issue