Changeset 6463264c in mainline for arch/ia32/include/asm.h


Ignore:
Timestamp:
2006-03-14T15:39:40Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
edc89bd
Parents:
2d01bbd
Message:

Fixed invlpg for ia32 & amd64.

File:
1 edited

Legend:

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

    r2d01bbd r6463264c  
    242242static inline void invlpg(__address addr)
    243243{
    244         __asm__ volatile ("invlpg %0\n" :: "m" (addr));
     244        __asm__ volatile ("invlpg %0\n" :: "m" (*(__native *)addr));
    245245}
    246246
Note: See TracChangeset for help on using the changeset viewer.