Changeset 281224a in mainline for arch/ia64/src/ddi/ddi.c
- Timestamp:
- 2006-05-02T20:03:20Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 162f919
- Parents:
- 738ad2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/ddi/ddi.c
r738ad2e r281224a 46 46 return 0; 47 47 } 48 49 /** Enable/disable interrupts for syscall50 *51 * @param enable If non-zero, interrupts are enabled, otherwise disabled52 * @param flags PSR register.53 */54 __native ddi_int_control_arch(__native enable, __native *flags)55 {56 /* TODO: not implemented. */57 return 0;58 }
Note:
See TracChangeset
for help on using the changeset viewer.