Re: [PATCH 18/22] x86: mtrr: Add support for writing to MTRRs on any CPU

2020-06-10 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH 18/22] x86: mtrr: Add support for writing to MTRRs on any CPU > > To enable support for the 'mtrr' command, add a way to perform MTRR > operations on selected CPUs. > > This works by setting up a little 'operation' structure and

[PATCH 18/22] x86: mtrr: Add support for writing to MTRRs on any CPU

2020-05-21 Thread Simon Glass
To enable support for the 'mtrr' command, add a way to perform MTRR operations on selected CPUs. This works by setting up a little 'operation' structure and sending it around the CPUs for action. Signed-off-by: Simon Glass --- arch/x86/cpu/mtrr.c | 81