Message ID | 20190430225216.7164-1-paul.burton@mips.com (mailing list archive) |
---|---|
Headers | show |
Series | MIPS: Exception vector improvements | expand |
On Tue, Apr 30, 2019 at 10:53:29PM +0000, Paul Burton wrote: Hello Paul > This series improves the way we allocate memory for our exception vector > & configure it in EBase. > > Patch 2 in particular is important preparation for changes being made by > Serge Semin in his "mips: Post-bootmem-memblock transition fixes" > series. > > Paul Burton (4): > MIPS: Use mnemblock_phys_alloc() for exception vector > MIPS: Always allocate exception vector for MIPSr2+ > MIPS: Sync icache for whole exception vector > MIPS: Remove duplicate EBase configuration > > arch/mips/kernel/traps.c | 63 ++++++++++++++-------------------------- > 1 file changed, 22 insertions(+), 41 deletions(-) > > -- > 2.21.0 > For the whole series: Reviewed-by: Serge Semin <fancer.lancer@gmail.com> Tested-by: Serge Semin <fancer.lancer@gmail.com> (on kernel 4.9 and Baikal-T1 MIPS P5600 Warrior) -Sergey
Hello, Paul Burton wrote: > This series improves the way we allocate memory for our exception vector > & configure it in EBase. > > Patch 2 in particular is important preparation for changes being made by > Serge Semin in his "mips: Post-bootmem-memblock transition fixes" > series. > > Paul Burton (4): > MIPS: Use mnemblock_phys_alloc() for exception vector > MIPS: Always allocate exception vector for MIPSr2+ > MIPS: Sync icache for whole exception vector > MIPS: Remove duplicate EBase configuration > > arch/mips/kernel/traps.c | 63 ++++++++++++++-------------------------- > 1 file changed, 22 insertions(+), 41 deletions(-) > Reviewed-by: Serge Semin <fancer.lancer@gmail.com> > Tested-by: Serge Semin <fancer.lancer@gmail.com> Series applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ]