ACK: [PATCH 1/2] cpu/msr: add document info the cpu_msr_map table

ivanhu ivan.hu at canonical.com
Wed Jul 24 06:46:42 UTC 2019



On 7/5/19 9:27 AM, Alex Hung wrote:
> Adding comments only. There are no functional changes.
> 
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>   src/cpu/msr/msr.c | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/src/cpu/msr/msr.c b/src/cpu/msr/msr.c
> index 2cd51e5c..ea6ca207 100644
> --- a/src/cpu/msr/msr.c
> +++ b/src/cpu/msr/msr.c
> @@ -728,6 +728,10 @@ typedef struct {
>   	const msr_info *const info;
>   } cpu_to_msr;
>   
> +/*
> + * Intel's CPU-specific MSRs can be found in
> + * Intel® 64 and IA-32 ArchitecturesSoftware Developer’s Manual Volume 4
> + */
>   static const cpu_to_msr cpu_msr_map[] = {
>   	{ "Pentium",			0x05, 0x01,	NULL },
>   	{ "Pentium",			0x05, 0x02,	NULL },
> 

Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list