On 3/19/21 12:07 AM, Finn Thain wrote:
Since we know at compile time what bits should be set in PCCTOVR1, we can avoid the additional register access. We should do the same in mvme16x_sched_init() for clarity. What do you think about this patch?
Makes sense and your patch works fine on my MVME177. On 3/18/21 11:35 PM, Finn Thain wrote:
BTW, assuming you did get the kernel running on your hardware, do you know if there's any need for the '#warning check me!' that still remains in arch/m68k/mvme16x/config.c and arch/m68k/mvme147/config.c?
It's running in the sense that it successfully runs init, but the lack of a proper tty driver makes it a bit painful to check anything else. I'm going to take a stab at writing a new one next.