Re: [PATCH v2 19/25] x86: mtrr: Update MTRRs on all CPUs

2020-07-05 Thread Simon Glass
Hi Bin, On Sun, 28 Jun 2020 at 02:07, Bin Meng wrote: > > Hi Simon, > > On Mon, Jun 15, 2020 at 1:00 AM Simon Glass wrote: > > > > When the boot CPU MTRRs are updated, perform the same update on all other > > CPUs so they are kept in sync. > > > > This avoids kernel warnings about mismatched MTR

Re: [PATCH v2 19/25] x86: mtrr: Update MTRRs on all CPUs

2020-06-28 Thread Bin Meng
Hi Simon, On Mon, Jun 15, 2020 at 1:00 AM Simon Glass wrote: > > When the boot CPU MTRRs are updated, perform the same update on all other > CPUs so they are kept in sync. > > This avoids kernel warnings about mismatched MTRRs. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --

[PATCH v2 19/25] x86: mtrr: Update MTRRs on all CPUs

2020-06-14 Thread Simon Glass
When the boot CPU MTRRs are updated, perform the same update on all other CPUs so they are kept in sync. This avoids kernel warnings about mismatched MTRRs. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- Changes in v2: - Rename function to mtrr_write_all() arch/x86/cpu/mtrr.c |