Changeset 33540 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c
r32919 r33540 72 72 /* 73 73 * Workarounds for running on old versions of solaris with different cross call 74 * interfaces. If we find xc_init_cpu() in the ke nel, then just use the defined74 * interfaces. If we find xc_init_cpu() in the kernel, then just use the defined 75 75 * interfaces for xc_call() from the include file where the xc_call() 76 76 * interfaces just takes a pointer to a ulong_t array. The array must be long … … 215 215 /* 216 216 * Our bit vector storage needs to be large enough for the 217 * actual number of CPUs running in the sy tem.217 * actual number of CPUs running in the system. 218 218 */ 219 219 if (ncpus > VBI_NCPU) { … … 1302 1302 { 1303 1303 /* 1304 * get pages from kseg, the 'virtAddr' here is only for colouring but unfor untately1304 * get pages from kseg, the 'virtAddr' here is only for colouring but unfortunately 1305 1305 * we don't have the 'virtAddr' to which this memory may be mapped. 1306 1306 */
Note:
See TracChangeset
for help on using the changeset viewer.