aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/vmos_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-06-06 09:26:16 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-06-06 10:02:03 +0200
commit41f9540d7aea0348e4c4bdba6d6c0a7fa0f24a68 (patch)
treee6e12ee1a7edb368ab8da03f95c15b068ac7b94d /sys/fuchsia/vmos_amd64.const
parent6479ab2a752ba9ef714199de69d096cee0e6db2d (diff)
sys/fuchsia: remove ZX_VMO_OP_LOOKUP
It's removed from latest zircon sources.
Diffstat (limited to 'sys/fuchsia/vmos_amd64.const')
-rw-r--r--sys/fuchsia/vmos_amd64.const1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fuchsia/vmos_amd64.const b/sys/fuchsia/vmos_amd64.const
index 6cc4cfc0d..baac96cdb 100644
--- a/sys/fuchsia/vmos_amd64.const
+++ b/sys/fuchsia/vmos_amd64.const
@@ -10,4 +10,3 @@ ZX_VMO_OP_CACHE_INVALIDATE = 7
ZX_VMO_OP_CACHE_SYNC = 6
ZX_VMO_OP_COMMIT = 1
ZX_VMO_OP_DECOMMIT = 2
-ZX_VMO_OP_LOOKUP = 5