From: Jeff D. <jd...@ka...> - 2000-08-02 02:23:25
|
> I found what might be a bug in: You get a crash and you say "there might be a bug"? You must be getting polite in your old age or something... I couldn't get the ping flood going out to do anything, but when I also did a ping flood going in, I got a different panic. So, it might not be the same problem, but try the following: --- include/asm-um/system.h Tue Aug 1 22:07:12 2000 +++ ../cvs/linux/include/asm-um/system.h Mon Jun 5 13:09:24 2000 @@ -28,7 +28,7 @@ extern void block_signals(void); extern void unblock_signals(void); -#define local_irq_save(flags) do { (flags) = set_signals(-1); } while(0) +#define local_irq_save(flags) do { (flags) = set_signals(0); } while(0) #define local_irq_restore(flags) do { set_signals(flags); } while(0) Jeff |