patch-2.3.15 linux/net/sched/police.c
Next file: linux/net/sched/sch_api.c
Previous file: linux/net/sched/cls_u32.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 23 10:01:02 1999
- Orig file:
v2.3.14/linux/net/sched/police.c
- Orig date:
Wed Jun 9 14:45:37 1999
diff -u --recursive --new-file v2.3.14/linux/net/sched/police.c linux/net/sched/police.c
@@ -31,8 +31,6 @@
#include <net/sock.h>
#include <net/pkt_sched.h>
-#define BUG_TRAP(x) if (!(x)) { printk("Assertion (" #x ") failed at " __FILE__ "(%d):" __FUNCTION__ "\n", __LINE__); }
-
#define L2T(p,L) ((p)->R_tab->data[(L)>>(p)->R_tab->rate.cell_log])
#define L2T_P(p,L) ((p)->P_tab->data[(L)>>(p)->P_tab->rate.cell_log])
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)