1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

hwaccess_x86_msr: drop outdated comment

Change-Id: Ia361f7f3392b4f58a33f3e2d3b5f8f4340c388b3
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/62897
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
Thomas Heijligen 2022-03-17 13:39:21 +01:00 committed by Nico Huber
parent d200173a1d
commit af5f92c634

View File

@ -17,7 +17,7 @@
*/ */
/* MSR abstraction implementations for Linux, OpenBSD, FreeBSD/Dragonfly, OSX, libpayload /* MSR abstraction implementations for Linux, OpenBSD, FreeBSD/Dragonfly, OSX, libpayload
* and a non-working default implementation on the bottom. See also hwaccess.h for some (re)declarations. * and a non-working default implementation on the bottom.
*/ */
#include "hwaccess_x86_msr.h" #include "hwaccess_x86_msr.h"