Changeset 953b0f33 in mainline for arch/ia64/include/interrupt.h


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/include/interrupt.h

    rcf26ba9 r953b0f33  
    3434#include <arch/register.h>
    3535
     36#define IRQ_COUNT               1       /* TODO */
     37
    3638/** External Interrupt vectors. */
    3739#define INTERRUPT_TIMER         0
     
    4951
    5052struct istate {
    51 
    5253        __r128 f2;
    5354        __r128 f3;
     
    8081        __r128 f30;
    8182        __r128 f31;
    82        
    83        
     83               
    8484        __address ar_bsp;
    8585        __address ar_bspstore;
Note: See TracChangeset for help on using the changeset viewer.