Changeset 6fb30a1 in mainline for kernel/arch/ia64/src/interrupt.c


Ignore:
Timestamp:
2006-10-18T09:55:18Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
494a54a
Parents:
7688b5d
Message:

remove orphaned functions

File:
1 edited

Legend:

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

    r7688b5d r6fb30a1  
    260260}
    261261
    262 /* Reregister irq to be IPC-ready */
    263 void irq_ipc_bind_arch(unative_t irq)
    264 {
    265         if(irq == IRQ_KBD) {
    266                 kbd_uspace = 1;
    267                 return;
    268         }
    269         return;
    270         panic("not implemented\n");
    271         /* TODO */
    272 }
    273 
    274262/** @}
    275263 */
Note: See TracChangeset for help on using the changeset viewer.