Subject: Re: PPP Problems anyone?
To: Mike Pumford <mpumford@mpc-data.co.uk>
From: Mark Brinicombe <amb@physig4.ph.kcl.ac.uk>
List: port-arm32
Date: 11/06/1996 18:06:14
>It seems to be that the kernel configuration information about PPP
>interfaces is not being included in irqhandler.c which is an arm32
>specific file. In the 1.1 kernel sources this file included ppp.h, in the
>1.2 sources it does not. A simple fix is to build your own kernel with a
>modifed irqhandler.c which includes ppp.h and probably sl.h as well.

Looking at irqhandler.c (1.10) I see that ppp.h is included prior to the #ifdef


What folks have failed to point out to me is that that the #ifdef in
dosoftints() should be

#ifdef NPPP

NOT

#ifdef PPP

I have commited the change to the source tree so sup users will pick it up
shortly.

Hopefully this may fix some of the PPP problems.

Cheers,
				Mark

-- 
Mark Brinicombe				amb@physig.ph.kcl.ac.uk
Research Associate			http://www.ph.kcl.ac.uk/~amb/
Department of Physics			tel: 0171 873 2894
King's College London			fax: 0171 873 2716