Subversion Repositories Kolibri OS

Rev

Rev 4125 | Rev 5270 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4125 Rev 4292
Line 520... Line 520...
520
    "call *__imp__SysMsgBoardStr"
520
    "call *__imp__SysMsgBoardStr"
521
    ::"S" (text));
521
    ::"S" (text));
522
};
522
};
523
 
523
 
Line 524... Line -...
524
#define rmb()   asm volatile("lfence":::"memory")
-
 
525
 
-
 
526
static inline void *vzalloc(unsigned long size)
524
static inline void *vzalloc(unsigned long size)
527
{
525
{
528
    void *mem;
526
    void *mem;
Line 529... Line 527...
529
 
527