Changeset 2a003d5b in mainline for arch/ia64/include/asm.h


Ignore:
Timestamp:
2006-01-26T14:13:50Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c2b95d3
Parents:
4a2f4bb
Message:

Page hash table modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/asm.h

    r4a2f4bb r2a003d5b  
    240240}
    241241
     242/** Disable protection key checking. */
     243static inline void pk_disable(void)
     244{
     245        __asm__ volatile ("rsm %0\n" : : "i" (PSR_PK_MASK));
     246}
     247
    242248extern void cpu_halt(void);
    243249extern void cpu_sleep(void);
Note: See TracChangeset for help on using the changeset viewer.