Hi All, I wonder if you can help me with this: I learn to write driver of Ethernet card. In my driver I read statistics every 1 second using system timer using add_timer(In the interrupt handler, I also read statistics when there's an interrupt) Do I have to disable the interrupt in the timehandler when reading stat? or the kernel wouldn't run the timehandler and interrupt handler at the same time? How should I handle this on SMP environment? Thanks -shannon- __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com - Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/ To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]
