~henrix/ubuntu/precise/open-vm-dkms/lp-1416003

« back to all changes in this revision

Viewing changes to modules/linux/vsock/include/vmci_kernel_if.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
  #define VMCI_LOCK_RANK_LOW_BH         0x1000
144
144
  #define VMCI_LOCK_RANK_HIGHEST        0x0fff
145
145
#endif // VMKERNEL
146
 
#define VMCI_LOCK_RANK_HIGHER (VMCI_LOCK_RANK_HIGHEST-1)
147
 
#define VMCI_LOCK_RANK_HIGH   (VMCI_LOCK_RANK_HIGHER-1)
148
 
#define VMCI_LOCK_RANK_MIDDLE (VMCI_LOCK_RANK_HIGH-1)
149
 
#define VMCI_LOCK_RANK_LOW    (VMCI_LOCK_RANK_MIDDLE-1)
150
 
#define VMCI_LOCK_RANK_LOWEST (VMCI_LOCK_RANK_LOW-1)
 
146
#define VMCI_LOCK_RANK_HIGHER      (VMCI_LOCK_RANK_HIGHEST-1)
 
147
#define VMCI_LOCK_RANK_HIGH        (VMCI_LOCK_RANK_HIGHER-1)
 
148
#define VMCI_LOCK_RANK_MIDDLE_HIGH (VMCI_LOCK_RANK_HIGH-1)
 
149
#define VMCI_LOCK_RANK_MIDDLE      (VMCI_LOCK_RANK_MIDDLE_HIGH-1)
 
150
#define VMCI_LOCK_RANK_MIDDLE_LOW  (VMCI_LOCK_RANK_MIDDLE-1)
 
151
#define VMCI_LOCK_RANK_LOW         (VMCI_LOCK_RANK_MIDDLE_LOW-1)
 
152
#define VMCI_LOCK_RANK_LOWEST      (VMCI_LOCK_RANK_LOW-1)
151
153
 
152
154
 
153
155
/*