From: Johann D. <jo...@Do...> - 2001-10-08 08:21:13
|
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 encountered other problems: 1. in drivers/video/vga.c, line 318: spin_unlock_irqrestore(&vga_lock, flags); vga_lock is not known. I guessed a fix, but I don't know if it works. At least, it compiles. The fix is to replace &vga_lock by &state->vga_lock. 2. In lib/bust_spinlocks.c, line 25: #ifdef CONFIG_SMP atomic_set(&global_irq_lock,0); #endif global_irq_lock isn't known. -- Johann Deneux |