Re: [RFC] riscv: Add jump-label implementation

2020-07-04 Thread Björn Töpel
On Sat, 4 Jul 2020 at 13:35, Emil Renner Berthing wrote: > > On Sat, 4 Jul 2020 at 13:23, Björn Töpel wrote: [...] > > Indeed. And nice work! Can you respin the patch with the 32b fix > > above, and also without the RFC tag? > > Yes, of course. If you don't mind I'll wait a bit and let this colle

Re: [RFC] riscv: Add jump-label implementation

2020-07-04 Thread Emil Renner Berthing
On Sat, 4 Jul 2020 at 13:23, Björn Töpel wrote: > On Fri, 3 Jul 2020 at 17:43, Emil Renner Berthing wrote: > > On Thu, 2 Jul 2020 at 22:07, Emil Renner Berthing wrote: > > > > > > Add basic jump-label implementation heavily based > > > on the ARM64 version. > > > > > > Tested on the HiFive Unlea

Re: [RFC] riscv: Add jump-label implementation

2020-07-04 Thread Björn Töpel
On Fri, 3 Jul 2020 at 17:43, Emil Renner Berthing wrote: > > On Thu, 2 Jul 2020 at 22:07, Emil Renner Berthing wrote: > > > > Add basic jump-label implementation heavily based > > on the ARM64 version. > > > > Tested on the HiFive Unleashed. > > > > Signed-off-by: Emil Renner Berthing > > --- >

Re: [RFC] riscv: Add jump-label implementation

2020-07-03 Thread Emil Renner Berthing
On Thu, 2 Jul 2020 at 22:07, Emil Renner Berthing wrote: > > Add basic jump-label implementation heavily based > on the ARM64 version. > > Tested on the HiFive Unleashed. > > Signed-off-by: Emil Renner Berthing > --- > > This seems to work on my HiFive Unleashed. At least boots, runs fine > and t