patch-2.4.0-test5 linux/drivers/atm/zatm.c
Next file: linux/drivers/block/Config.in
Previous file: linux/drivers/atm/iphase.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Jul 18 14:55:01 2000
- Orig file:
v2.4.0-test4/linux/drivers/atm/zatm.c
- Orig date:
Fri Jun 23 21:55:08 2000
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/atm/zatm.c linux/drivers/atm/zatm.c
@@ -441,8 +441,8 @@
"shldl $" SX(TIMER_SHIFT) ",%1,%%edx\n\t"
"shl $" SX(TIMER_SHIFT) ",%1\n\t"
"divl %%ebx\n\t"
- : "=eax" (zatm_dev->factor)
- : "eax" (interval-diff),"g" (ticks),
+ : "=a" (zatm_dev->factor)
+ : "0" (interval-diff),"g" (ticks),
"g" (zatm_dev->last_clk)
: "ebx","edx","cc");
#undef S
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)