Changeset 5eb90cb in mainline for uspace/srv/obio/obio.c


Ignore:
Timestamp:
2009-03-17T20:33:29Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3f7009
Parents:
e16e0d59
Message:

Revert the previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/obio/obio.c

    re16e0d59 r5eb90cb  
    9595                case BUS_CLEAR_INTERRUPT:
    9696                        inr = IPC_GET_ARG1(call);
    97                         base_virt[OBIO_CIR(inr & INO_MASK)] = 0;
     97                        base_virt[OBIO_CIR(inr) & INO_MASK] = 0;
    9898                        ipc_answer_0(callid, EOK);
    9999                        break;
Note: See TracChangeset for help on using the changeset viewer.