VirtualBox

Ignore:
Timestamp:
Apr 6, 2011 3:35:26 PM (14 years ago)
Author:
vboxsync
Message:

FE/BFE: remove some USB bits and some L4 bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp

    r35346 r36590  
    3838#include <iprt/uuid.h>
    3939
    40 #ifdef RT_OS_L4
    41 # include <stdio.h>
    42 # include <l4/util/util.h>
    43 # include <l4/log/l4log.h>
    44 #endif
    45 
    4640#include "DisplayImpl.h"
    4741#include "Framebuffer.h"
     
    391385    while(!mFramebuffer)
    392386    {
    393 #if RT_OS_L4
    394       asm volatile ("nop":::"memory");
    395       l4_sleep(5);
    396 #else
    397387      RTThreadYield();
    398 #endif
    399388    }
    400389    Assert(mFramebuffer);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette