From: Johann D. <jo...@Do...> - 2001-10-07 11:21:56
|
On Sat, 6 Oct 2001, James Simmons wrote: > > After alot of work I synced our stuff up with 2.4.10. I tested it and it > worked. Please test and let me know if you have any problems. Thank you. > I still have this error in include/asm/hw_irq.h: from vgacon.c:44: /home/johann/linuxconsole/linux/include/asm/hw_irq.h: In function `x86_do_profile': /home/johann/linuxconsole/linux/include/asm/hw_irq.h:201: `current' undeclared (first use in this function) /home/johann/linuxconsole/linux/include/asm/hw_irq.h:201: (Each undeclared identifier is reported only once /home/johann/linuxconsole/linux/include/asm/hw_irq.h:201: for each function it appears in.) The best solution would probably be that hw_irq.h included sched.h. That's not our job. Or a quick fix would be to include sched.h in vgacon.c. That we can do. -- Johann Deneux |