Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 242098 | Differences between
and this patch

Collapse All | Expand All

(-)a/vmmon-only/include/compat_semaphore.h (-1 / +1 lines)
Lines 2-8 Link Here
2
#   define __COMPAT_SEMAPHORE_H__
2
#   define __COMPAT_SEMAPHORE_H__
3
3
4
4
5
#include <asm/semaphore.h>
5
#include <linux/semaphore.h>
6
6
7
7
8
/*
8
/*
(-)a/vmmon-only/linux/hostif.c (-1 / +1 lines)
Lines 3421-3427 Link Here
3421
      }
3421
      }
3422
   } else {
3422
   } else {
3423
      if (linuxState.fastClockThread) {
3423
      if (linuxState.fastClockThread) {
3424
         kill_proc(linuxState.fastClockThread, SIGKILL, 1);
3424
         kill_pid(linuxState.fastClockThread, SIGKILL, 1);
3425
         linuxState.fastClockThread = 0;
3425
         linuxState.fastClockThread = 0;
3426
         compat_wait_for_completion(&fastClockExited);
3426
         compat_wait_for_completion(&fastClockExited);
3427
      }
3427
      }
(-)a/vmnet-only/compat_semaphore.h (-1 / +1 lines)
Lines 2-8 Link Here
2
#   define __COMPAT_SEMAPHORE_H__
2
#   define __COMPAT_SEMAPHORE_H__
3
3
4
4
5
#include <asm/semaphore.h>
5
#include <linux/semaphore.h>
6
6
7
7
8
/*
8
/*

Return to bug 242098