Changeset 8820544 in mainline for uspace/drv/char/i8042/main.c


Ignore:
Timestamp:
2014-08-16T00:02:04Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
35b8bfe, 8cd680c
Parents:
83f29e0
Message:

support for kernel notification multiplexing in the async framework

  • rename SYS_EVENT_* and SYS_IRQ_* syscalls to unify the terminology
  • add SYS_IPC_EVENT_UNSUBSCRIBE
  • remove IRQ handler multiplexing from DDF, the generic mechanism replaces it (unfortunatelly the order of arguments used by interrupt_handler_t needs to be permutated to align with the async framework conventions)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/i8042/main.c

    r83f29e0 r8820544  
    157157         * interrupt storms when the default large stacks are used.
    158158         */
    159         async_set_interrupt_handler_stack_size(PAGE_SIZE);
     159        async_set_notification_handler_stack_size(PAGE_SIZE);
    160160
    161161        return ddf_driver_main(&i8042_driver);
Note: See TracChangeset for help on using the changeset viewer.