Re: [PATCH v2] microblaze: Remove noMMU code

2020-12-09 Thread Michal Simek
čt 26. 11. 2020 v 14:32 odesílatel Michal Simek napsal: > > This configuration is obsolete and likely none is really using it. That's > why remove it to simplify code. > > Note about CONFIG_MMU in hw_exception_handler.S is left intentionally > for better comment understanding. > > Cc: Mike Rapopor

Re: [PATCH v2] microblaze: Remove noMMU code

2020-11-26 Thread Arnd Bergmann
On Thu, Nov 26, 2020 at 2:32 PM Michal Simek wrote: > > This configuration is obsolete and likely none is really using it. That's > why remove it to simplify code. > > Note about CONFIG_MMU in hw_exception_handler.S is left intentionally > for better comment understanding. > > Cc: Mike Rapoport >

Re: [PATCH v2] microblaze: Remove noMMU code

2020-11-26 Thread Mike Rapoport
On Thu, Nov 26, 2020 at 02:32:25PM +0100, Michal Simek wrote: > This configuration is obsolete and likely none is really using it. That's > why remove it to simplify code. > > Note about CONFIG_MMU in hw_exception_handler.S is left intentionally > for better comment understanding. > > Cc: Mike Ra