--- zzzz-none-000/linux-2.4.17/drivers/acorn/net/ether3.c 2001-09-13 22:21:32.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/acorn/net/ether3.c 2004-11-24 13:23:55.000000000 +0000 @@ -718,7 +718,7 @@ /* * Don't print this message too many times... */ - if (jiffies - last_warned > 30 * HZ) { + if (time_after(jiffies, last_warned + 10 * HZ)) { last_warned = jiffies; printk("%s: memory squeeze, dropping packet.\n", dev->name); }