Changeset 6ecc8bce in mainline for arch/ppc32/src/ddi/ddi.c


Ignore:
Timestamp:
2006-04-23T12:46:01Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad45bde9
Parents:
12c7f27
Message:

Make ia64 and sparc64 compile again.
Fix ia64 to set up inits in arch_pre_main().

File:
1 edited

Legend:

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

    r12c7f27 r6ecc8bce  
    4747}
    4848
    49 /** Enable/disable interrupts form syscall
     49/** Enable/disable interrupts for syscall
    5050 *
    5151 * @param enable If non-zero, interrupts are enabled, otherwise disabled
    52  * @param flags CP0 flags register
     52 * @param flags PPC32 register holding interrupt state.
    5353 */
    5454__native ddi_int_control_arch(__native enable, __native *flags)
Note: See TracChangeset for help on using the changeset viewer.