]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commit
Replace the 'DisableInterrupts' and 'Exit' BOOLEANs in SYNC_PROCESSOR...
authorPaul Durrant <pdurrant@amazon.com>
Thu, 5 May 2022 15:38:50 +0000 (16:38 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Fri, 6 May 2022 12:44:01 +0000 (13:44 +0100)
commit679e48c71f1c185e03c37014a037cd206d330eb0
tree3eacf3284aabfe93191a2f3888bae3431eb88484
parente16a81f352e472eb52f74f0b04b9d7d80a939ab4
Replace the 'DisableInterrupts' and 'Exit' BOOLEANs in SYNC_PROCESSOR...

... with a single SYNC_REQUEST enumeration.

NOTE: The consequential changes in SyncWorker() are deliberately naive to keep
      the patch concise. Subsequent patches will re-structure the code.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
src/xenbus/sync.c