Just installed the CVS I seem to be having trouble getting bare.i from the
slackware install to boot and progma linux seems to refuse to boot any ideas
freedos seems to still be booting is it possible some recent patch broke
linux booting?


Kevin Lawton wrote:

> Eric Warmenhoven wrote:
>
> > The problem is that it was in test9 but is no longer in test10 (which is
> > why grepping turned up nothing). It was previously #define'd as
> > (signal_pending(current)), which was used in many places in the source,
> > whereas current_got_fatal_signal was never used.
> >
> > So that's the fix. Change it from current_got_fatal_signal() to
> > signal_pending(current). Worked for me anyway.
>
> OK, thanks.  I made the change and uploaded it to CVS.  Didn't
> try it yet, but it looks right.
>
> -Kevin


Reply via email to