Changeset 953b0f33 in mainline for arch/sparc64/src/trap/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/sparc64/src/trap/interrupt.c

    rcf26ba9 r953b0f33  
    3131#include <arch/types.h>
    3232#include <debug.h>
     33#include <ipc/sysipc.h>
    3334
    3435/** Register Interrupt Level Handler.
     
    4445        exc_register(n - 1, name, f);
    4546}
     47
     48/* Reregister irq to be IPC-ready */
     49void irq_ipc_bind_arch(__native irq)
     50{
     51        panic("not implemented\n");
     52        /* TODO */
     53}
Note: See TracChangeset for help on using the changeset viewer.