Changeset 953b0f33 in mainline for arch/ia64/src/interrupt.c


Ignore:
Timestamp:
2006-05-01T13:19:14Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f27b4c
Parents:
cf26ba9
Message:

Add dummy IRQ_COUNT and irq_ipc_bind_arch() to ia64, ppc32 and sparc64 so that they compile again.

File:
1 edited

Legend:

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

    rcf26ba9 r953b0f33  
    4444#include <print.h>
    4545#include <proc/scheduler.h>
     46#include <ipc/sysipc.h>
     47
    4648
    4749#define VECTORS_64_BUNDLE       20
     
    240242        }
    241243}
     244
     245/* Reregister irq to be IPC-ready */
     246void irq_ipc_bind_arch(__native irq)
     247{
     248        panic("not implemented\n");
     249        /* TODO */
     250}
Note: See TracChangeset for help on using the changeset viewer.