VirtualBox

Changeset 8810 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 14, 2008 1:48:29 PM (17 years ago)
Author:
vboxsync
Message:

x86.h compatiblitiy is not going to change.

File:
1 edited

Legend:

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

    r8796 r8810  
    4545#include <iprt/cpuset.h>
    4646#include <iprt/log.h>
    47 // XXX VBox/x86.h not compatible with the Linux kernel sources
     47/* VBox/x86.h not compatible with the Linux kernel sources */
    4848#ifdef RT_OS_LINUX
    4949# define X86_CPUID_VENDOR_AMD_EBX       0x68747541
     
    39263926        /* Check for "AuthenticAMD" */
    39273927        ASMCpuId(0, &uEAX, &uEBX, &uECX, &uEDX);
    3928         if (    uEAX >= 1 
    3929             &&  uEBX == X86_CPUID_VENDOR_AMD_EBX 
    3930             &&  uECX == X86_CPUID_VENDOR_AMD_ECX 
     3928        if (    uEAX >= 1
     3929            &&  uEBX == X86_CPUID_VENDOR_AMD_EBX
     3930            &&  uECX == X86_CPUID_VENDOR_AMD_ECX
    39313931            &&  uEDX == X86_CPUID_VENDOR_AMD_EDX)
    39323932        {
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