Changeset 8a45bf09 in mainline


Ignore:
Timestamp:
2017-09-03T13:56:20Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d6629f
Parents:
88db88d
Message:

Improve comments

Location:
kernel/generic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ddi/irq.h

    r88db88d r8a45bf09  
    8686        /** Arguments that will be sent if the IRQ is claimed. */
    8787        uint32_t scratch[IPC_CALL_LEN];
    88         /** Top-half pseudocode. */
     88        /** Top-half IRQ code. */
    8989        irq_code_t *code;
    9090        /** Counter. */
  • kernel/generic/src/ipc/irq.c

    r88db88d r8a45bf09  
    439439               
    440440                /*
    441                  * Release both locks so that we can free the pseudo code.
     441                 * Release both locks so that we can free the IRQ code.
    442442                 */
    443443                irq_spinlock_unlock(&box->irq_lock, false);
Note: See TracChangeset for help on using the changeset viewer.