Re: [PATCH 17/22] x86: mtrr: Update MTRRs on all CPUs

2020-06-10 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH 17/22] x86: mtrr: Update MTRRs on all CPUs > > 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 misma

[PATCH 17/22] x86: mtrr: Update MTRRs on all CPUs

2020-05-21 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 --- arch/x86/cpu/mtrr.c | 57 + 1 file changed, 57 insertions(+)