Local Haiku change, missed during update to FreeBSD 8.2 restored.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42398 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Siarzhuk Zharski 2011-07-09 09:39:58 +00:00
parent f2fe29a0db
commit 96b88da011

View File

@ -2248,9 +2248,6 @@ xl_intr(void *arg)
status = atomic_get((int32 *)&sc->xl_intr_status);
while (true) {
#endif
CSR_WRITE_2(sc, XL_COMMAND,
XL_CMD_INTR_ACK|(status & XL_INTRS));
if (status & XL_STAT_UP_COMPLETE) {
int curpkts;