Changeset 6463264c in mainline for arch/amd64/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:
edc89bd0
Parents:
2d01bbd
Message:

Fixed invlpg for ia32 & amd64.

File:
1 edited

Legend:

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

    r2d01bbd r6463264c  
    248248static inline void invlpg(__address addr)
    249249{
    250         __asm__ volatile ("invlpg %0\n" :: "m" (addr));
     250        __asm__ volatile ("invlpg %0\n" :: "m" (*((__native *)addr)));
    251251}
    252252
Note: See TracChangeset for help on using the changeset viewer.