[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH] Fix revision number to avoid collision with staging-8.1
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@xxxxxxxxxx> --- include/revision.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/revision.h b/include/revision.h index 78de3a1..6458bfd 100644 --- a/include/revision.h +++ b/include/revision.h @@ -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 -- 2.1.1 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |