VirtualBox

Changeset 41684 in vbox


Ignore:
Timestamp:
Jun 13, 2012 2:23:00 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78491
Message:

Runtime/r0drv/solaris: cosmetics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c

    r41682 r41684  
    4444*******************************************************************************/
    4545/** Kernel debug info handle. */
    46 RTDBGKRNLINFO               g_hKrnlDbgInfo;
     46RTDBGKRNLINFO                   g_hKrnlDbgInfo;
    4747/** Indicates that the spl routines (and therefore a bunch of other ones too)
    4848 * will set EFLAGS::IF and break code that disables interrupts.  */
    49 bool g_frtSolSplSetsEIF                                    = false;
     49bool g_frtSolSplSetsEIF = false;
    5050/** timeout_generic address. */
    51 PFNSOL_timeout_generic      g_pfnrtR0Sol_timeout_generic  = NULL;
     51PFNSOL_timeout_generic          g_pfnrtR0Sol_timeout_generic = NULL;
    5252/** untimeout_generic address. */
    53 PFNSOL_untimeout_generic    g_pfnrtR0Sol_untimeout_generic = NULL;
     53PFNSOL_untimeout_generic        g_pfnrtR0Sol_untimeout_generic = NULL;
    5454/** cyclic_reprogram address. */
    55 PFNSOL_cyclic_reprogram     g_pfnrtR0Sol_cyclic_reprogram  = NULL;
     55PFNSOL_cyclic_reprogram         g_pfnrtR0Sol_cyclic_reprogram = NULL;
     56/** page_noreloc_supported address. */
     57PFNSOL_page_noreloc_supported   g_pfnrtR0Sol_page_noreloc_supported = NULL;
    5658/** Whether to use the kernel page freelist. */
    57 bool                        g_frtSolUseKflt                = false;
     59bool                            g_frtSolUseKflt = false;
    5860/** Whether we've completed R0 initialization. */
    59 bool                        g_frtSolInitDone              = false;
     61bool                            g_frtSolInitDone = false;
    6062/** Whether to use old-style xc_call interface. */
    61 bool                        g_frtSolOldIPI                = false;
     63bool                            g_frtSolOldIPI = false;
    6264/** Whether to use old-style xc_call interface using one ulong_t as the CPU set
    6365 *  representation. */
    64 bool                        g_frtSolOldIPIUlong            = false;
     66bool                            g_frtSolOldIPIUlong = false;
    6567/** The xc_call callout table structure. */
    66 RTR0FNSOLXCCALL             g_rtSolXcCall;
     68RTR0FNSOLXCCALL                 g_rtSolXcCall;
    6769/** Thread preemption offset. */
    68 size_t                      g_offrtSolThreadPreempt;
     70size_t                          g_offrtSolThreadPreempt;
    6971/** Host scheduler preemption offset. */
    70 size_t                      g_offrtSolCpuPreempt;
     72size_t                          g_offrtSolCpuPreempt;
    7173/** Host scheduler force preemption offset. */
    72 size_t                      g_offrtSolCpuForceKernelPreempt;
     74size_t                          g_offrtSolCpuForceKernelPreempt;
    7375/* Resolve using dl_lookup (remove if no longer relevant for supported S10 versions) */
    7476extern void contig_free(void *addr, size_t size);
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