Changeset f9f9a13 in mainline


Ignore:
Timestamp:
2009-02-22T15:43:21Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b0ae4be
Parents:
0f74869
Message:

Make ia64 for ski build again.
Need to implement kernel notifications independent of IRQ notifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/ski/ski.c

    r0f74869 rf9f9a13  
    146146                    ski_kbd_irq.notif_cfg.answerbox) {
    147147                        chardev_push_character(&ski_uconsole, ch);
    148                         ipc_irq_send_notif(&ski_kbd_irq);
     148                        /* XXX: send notification to userspace */
    149149                } else {
    150150                        chardev_push_character(&ski_console, ch);
     
    160160                    ski_kbd_irq.notif_cfg.answerbox) {
    161161                        chardev_push_character(&ski_uconsole, 0);
    162                         ipc_irq_send_notif(&ski_kbd_irq);
     162                        /* XXX: send notification to userspace */
    163163                }
    164164                last = 0;
Note: See TracChangeset for help on using the changeset viewer.