diff options
Diffstat (limited to 'SOURCES/winesync.patch')
-rw-r--r-- | SOURCES/winesync.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/SOURCES/winesync.patch b/SOURCES/winesync.patch index 5b2eaf3..459bf54 100644 --- a/SOURCES/winesync.patch +++ b/SOURCES/winesync.patch @@ -15,9 +15,9 @@ diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 94e9fb4cdd76..4f9e3d80a6e8 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig -@@ -561,6 +561,17 @@ - This driver can also be built as a module. If so, the module - will be called tps6594-pfsm. +@@ -519,6 +519,17 @@ + + If you do not intend to run this kernel as a guest, say N. +config WINESYNC + tristate "Synchronization primitives for Wine" @@ -30,9 +30,9 @@ index 94e9fb4cdd76..4f9e3d80a6e8 100644 + + If unsure, say N. + - source "drivers/misc/c2port/Kconfig" - source "drivers/misc/eeprom/Kconfig" - source "drivers/misc/cb710/Kconfig" + config TMR_MANAGER + tristate "Select TMR Manager" + depends on MICROBLAZE && MB_MANAGER diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 2be8542616dd..d061fe45407b 100644 --- a/drivers/misc/Makefile @@ -2175,17 +2175,17 @@ Subject: [PATCH 13/34] selftests: winesync: Add some tests for semaphore create mode 100644 tools/testing/selftests/drivers/winesync/winesync.c diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile -index c852eb40c4f7..a366016d6254 100644 +index 8247a7c69..553c949dc 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile -@@ -14,6 +14,7 @@ TARGETS += drivers/dma-buf +@@ -18,6 +18,7 @@ TARGETS += drivers/dma-buf TARGETS += drivers/s390x/uvdevice TARGETS += drivers/net/bonding TARGETS += drivers/net/team +TARGETS += drivers/winesync + TARGETS += dt TARGETS += efivarfs TARGETS += exec - TARGETS += fchmodat2 diff --git a/tools/testing/selftests/drivers/winesync/Makefile b/tools/testing/selftests/drivers/winesync/Makefile new file mode 100644 index 000000000000..43b39fdeea10 @@ -3286,7 +3286,7 @@ diff --git a/MAINTAINERS b/MAINTAINERS index 72b9654f764c..ff31beb17835 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -22976,6 +22976,15 @@ +@@ -23391,6 +23391,15 @@ S: Maintained F: drivers/media/rc/winbond-cir.c |