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

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 9:37 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 > --- > > (no

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

2020-07-07 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 --- (no changes since v2) Changes in v2: - Rename function to mtrr_write_all()