Changeset 16dad032 in mainline for arch/ppc32/src/interrupt.c


Ignore:
Timestamp:
2006-05-01T15:05:51Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a68b34d
Parents:
762a824
Message:

minor changes

File:
1 edited

Legend:

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

    r762a824 r16dad032  
    3939        asm volatile (
    4040                "mtdec %0\n"
    41                 :: "r" (1000)
     41                :
     42                : "r" (1000)
    4243        );
    4344}
     
    5758}
    5859
     60
    5961/* Reregister irq to be IPC-ready */
    6062void irq_ipc_bind_arch(__native irq)
Note: See TracChangeset for help on using the changeset viewer.