Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377229
Collapse All | Expand All

(-)vboxdrv/r0drv/linux/mpnotification-r0drv-linux.c (-1 / +1 lines)
Lines 77-83 Link Here
77
 * @param pvUser2           The notification event.
77
 * @param pvUser2           The notification event.
78
 * @remarks This can be invoked in interrupt context.
78
 * @remarks This can be invoked in interrupt context.
79
 */
79
 */
80
static void rtMpNotificationLinuxOnCurrentCpu(RTCPUID idCpu, void *pvUser1, void *pvUser2)
80
static DECLCALLBACK(void) rtMpNotificationLinuxOnCurrentCpu(RTCPUID idCpu, void *pvUser1, void *pvUser2)
81
{
81
{
82
    unsigned long ulNativeEvent = *(unsigned long *)pvUser2;
82
    unsigned long ulNativeEvent = *(unsigned long *)pvUser2;
83
    NOREF(pvUser1);
83
    NOREF(pvUser1);

Return to bug 377229