Re: [U-Boot] [PATCH 061/126] x86: Refactor mtrr_commit() to allow for shared code

2019-10-07 Thread Bin Meng
On Mon, Oct 7, 2019 at 9:53 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > Move the code that actually sets up the MTRR into another function so it > > can be used elsewhere in the file. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/x86/cpu/mtrr.c |

Re: [U-Boot] [PATCH 061/126] x86: Refactor mtrr_commit() to allow for shared code

2019-10-07 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > Move the code that actually sets up the MTRR into another function so it > can be used elsewhere in the file. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/mtrr.c | 19 --- > 1 file changed, 12 insertions(+), 7 delet

[U-Boot] [PATCH 061/126] x86: Refactor mtrr_commit() to allow for shared code

2019-09-25 Thread Simon Glass
Move the code that actually sets up the MTRR into another function so it can be used elsewhere in the file. Signed-off-by: Simon Glass --- arch/x86/cpu/mtrr.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/arch/x86/cpu/mtrr.c b/arch/x86/cpu/mtrr.c index