Changeset 79f30e4f in mainline


Ignore:
Timestamp:
2006-10-17T15:30:21Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e60293d
Parents:
f5e39a32
Message:

ipc_irq_send_msg(NULL, 0, 0, 0) is definitively a bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/cmd.c

    rf5e39a32 r79f30e4f  
    803803        printf("Use userspace controls to redraw the screen.\n");
    804804        arch_release_console();
    805         /* TODO: send some vitual IRQ */
    806         ipc_irq_send_msg(NULL, 0, 0, 0);
    807805        return 1;
    808806}
Note: See TracChangeset for help on using the changeset viewer.