]> xenbits.xensource.com Git - people/pauldu/xenvif.git/commitdiff
Fix revision number to avoid collision with staging-8.1
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 4 Jan 2016 13:34:48 +0000 (13:34 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 4 Jan 2016 13:34:48 +0000 (13:34 +0000)
My previous patch incorrectly used a PDO revision that was already in use
on the staging-8.1 branch.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
include/revision.h

index 78de3a108a0c7ca746db816497892f3bb1bb47e7..6458bfd5556a89c1a6fbc5860bf42e7989313bf5 100644 (file)
@@ -44,8 +44,9 @@
     DEFINE_REVISION(0x08000003,  1,  3,  0,  0),    \
     DEFINE_REVISION(0x08000004,  1,  3,  2,  1),    \
     DEFINE_REVISION(0x08000006,  1,  4,  2,  1),    \
-    DEFINE_REVISION(0x08000007,  1,  5,  2,  1)
+    DEFINE_REVISION(0x08000009,  1,  5,  2,  1)
 
-// Revision 0x08000005 is already in use in the staging-8.1 branch.
+// Revision 0x08000005, 0x08000007 and 0x08000008 are already in use in
+// the staging-8.1 branch.
 
 #endif  // _REVISION_H