Changeset fdb8c17 in mainline
- Timestamp:
- 2010-05-20T20:40:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dbd5df1b
- Parents:
- bcdc185
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/asm.h
rbcdc185 rfdb8c17 417 417 } 418 418 419 /** Check interrupts state. 420 * 421 * @return True if interrupts are disabled. 422 * 423 */ 424 static inline bool interrupts_disabled(void) 425 { 426 return psr_read() & PSR_I_MASK; 427 } 428 419 429 /** Disable protection key checking. */ 420 430 static inline void pk_disable(void)
Note:
See TracChangeset
for help on using the changeset viewer.