VirtualBox

Changeset 8796 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 13, 2008 8:40:53 PM (17 years ago)
Author:
vboxsync
Message:

fixed compilation of Linux host kernel module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c

    r8789 r8796  
    4545#include <iprt/cpuset.h>
    4646#include <iprt/log.h>
    47 #include <VBox/x86.h>
     47// XXX VBox/x86.h not compatible with the Linux kernel sources
     48#ifdef RT_OS_LINUX
     49# define X86_CPUID_VENDOR_AMD_EBX       0x68747541
     50# define X86_CPUID_VENDOR_AMD_ECX       0x444d4163
     51# define X86_CPUID_VENDOR_AMD_EDX       0x69746e65
     52#else
     53# include <VBox/x86.h>
     54#endif
    4855
    4956/*
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