Re: [PATCH] MIPS: BMIPS: Reserve exception base to prevent corruption
From: "Maciej W. Rozycki" <macro@orcam.me.uk>
Date: 2021-03-04 00:08:57
Also in:
lkml
From: "Maciej W. Rozycki" <macro@orcam.me.uk>
Date: 2021-03-04 00:08:57
Also in:
lkml
On Wed, 3 Mar 2021, Thomas Bogendoerfer wrote:
quoted
What's up with the R3k (the usual trigger for me) here?I've moved r3k cpu_probe() to it's own file and when moving ebase reservation to cpu_probe(), I need to add it there as well. So just a mechanic step, I've missed.
Ah, right, I didn't notice the split. Thanks for taking care of it! Maciej