summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-04-15 16:12:40 -0700
committerRobert Mustacchi <rm@joyent.com>2011-04-15 16:12:40 -0700
commit01ce994f8ab0b2140b536e6a7dc02e74db7356e3 (patch)
tree1080dc8aad9d54c18000173f90ad21736e720ce1 /tools
parentd22dd2726db60633d0b435ddf2d97773d477e8e5 (diff)
downloadillumos-kvm-01ce994f8ab0b2140b536e6a7dc02e74db7356e3.tar.gz
HVM-72 want second xxx probe for synchronization issues
Diffstat (limited to 'tools')
-rwxr-xr-xtools/xxxcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xxxcheck b/tools/xxxcheck
index d6501f8..da21795 100755
--- a/tools/xxxcheck
+++ b/tools/xxxcheck
@@ -27,6 +27,7 @@ for file in $*; do
/#ifdef XXX_KVM_DECLARATION/{ inif = 0 }
/#else/{ if (inif && !nest) { foundelse = 1; } }
/XXX_KVM_PROBE;/{ if (inif && foundelse) { foundprobe = 1; } }
+ /XXX_KVM_SYNC_PROBE;/{ if (inif && foundelse) { foundprobe = 1; } }
/#endif/{
if (inif && nest) {
nest--;