Changeset f126c87 in mainline for uspace/lib/c/generic/async.c


Ignore:
Timestamp:
2016-09-01T16:46:27Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a2fbc8
Parents:
9befb0d (diff), bdfdc51c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async.c

    r9befb0d rf126c87  
    992992 * @param callid Hash of the incoming call.
    993993 * @param call   Data of the incoming call.
     994 *
    994995 */
    995996static void process_notification(ipc_callid_t callid, ipc_call_t *call)
     
    13171318                fibril_t *fibril = (fibril_t *) __tcb_get()->fibril_data;
    13181319                unsigned oldsw = fibril->switches;
    1319 
     1320               
    13201321                process_notification(callid, call);
    1321 
     1322               
    13221323                if (oldsw != fibril->switches) {
    13231324                        /*
     
    13351336                        fibril_switch(FIBRIL_FROM_DEAD);
    13361337                }
     1338               
    13371339                return;
    13381340        }
Note: See TracChangeset for help on using the changeset viewer.