VirtualBox

Changeset 29254 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
May 9, 2010 6:11:22 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61336
Message:

r0drv/nt: More fixes.

Location:
trunk/src/VBox/Runtime/r0drv/nt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp

    r28800 r29254  
    3232
    3333#include <iprt/spinlock.h>
     34
     35#include <iprt/asm.h>
     36#if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
     37# include <iprt/asm-amd64-x86.h>
     38#endif
     39#include <iprt/assert.h>
    3440#include <iprt/err.h>
    35 #include <iprt/alloc.h>
    36 #include <iprt/assert.h>
    37 #include <iprt/asm.h>
     41#include <iprt/mem.h>
    3842
    3943#include "internal/magics.h"
  • trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp

    r28800 r29254  
    3232#include <iprt/thread.h>
    3333
    34 #include <iprt/asm.h>
     34#if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
     35# include <iprt/asm-amd64-x86.h>
     36#endif
    3537#include <iprt/assert.h>
    3638#include <iprt/err.h>
Note: See TracChangeset for help on using the changeset viewer.

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