VirtualBox

Changeset 1348 in vbox for trunk/src


Ignore:
Timestamp:
Mar 8, 2007 9:37:48 PM (18 years ago)
Author:
vboxsync
Message:

Some old amd64 hacks -> VBOX_WITH_INTERNAL_NETWORKING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r1345 r1348  
    2525*******************************************************************************/
    2626#define LOG_GROUP LOG_GROUP_VMM
    27 #ifdef __AMD64__ /** @todo fix logging on __AMD64__ (swapgs) */
     27#ifdef __AMD64__ /** @todo fix logging on __AMD64__ (swapgs) - this has been fixed now. please remove. */
    2828# define LOG_DISABLED
    2929#endif
     
    6969*   Global Variables                                                           *
    7070*******************************************************************************/
    71 #ifndef __AMD64__ /* doesn't link here */
     71#ifdef VBOX_WITH_INTERNAL_NETWORKING
    7272/** Pointer to the internal networking service instance. */
    73 PINTNET    g_pIntNet = 0;
    74 #endif
     73PINTNET g_pIntNet = 0;
     74#endif 
    7575
    7676
     
    8484VMMR0DECL(int) ModuleInit(void)
    8585{
    86 #ifndef __AMD64__ /* doesn't link here */
     86#ifdef VBOX_WITH_INTERNAL_NETWORKING
    8787    LogFlow(("ModuleInit: g_pIntNet=%p\n", g_pIntNet));
    8888    g_pIntNet = NULL;
     
    109109VMMR0DECL(void) ModuleTerm(void)
    110110{
    111 #ifndef __AMD64__ /* doesn't link here */
     111#ifdef VBOX_WITH_INTERNAL_NETWORKING
    112112    LogFlow(("ModuleTerm:\n"));
    113113    if (g_pIntNet)
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