summaryrefslogtreecommitdiffstats
path: root/include/qemu/sys_membarrier.h
diff options
context:
space:
mode:
authorMarkus Armbruster2019-03-15 15:51:22 +0100
committerMarkus Armbruster2019-05-13 08:58:55 +0200
commit177d9e0da094efb0fadb8daf54b340729b452c8f (patch)
treec58161507a8511c677be47a4d03a127e7c98959e /include/qemu/sys_membarrier.h
parentClean up ill-advised or unusual header guards (diff)
downloadqemu-177d9e0da094efb0fadb8daf54b340729b452c8f.tar.gz
qemu-177d9e0da094efb0fadb8daf54b340729b452c8f.tar.xz
qemu-177d9e0da094efb0fadb8daf54b340729b452c8f.zip
Normalize header guard symbol definition.
We commonly define the header guard symbol without an explicit value. Normalize the exceptions. Done with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190315145123.28030-8-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'include/qemu/sys_membarrier.h')
-rw-r--r--include/qemu/sys_membarrier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/sys_membarrier.h b/include/qemu/sys_membarrier.h
index 316e3dc4a2..b5bfa21d52 100644
--- a/include/qemu/sys_membarrier.h
+++ b/include/qemu/sys_membarrier.h
@@ -7,7 +7,7 @@
*/
#ifndef QEMU_SYS_MEMBARRIER_H
-#define QEMU_SYS_MEMBARRIER_H 1
+#define QEMU_SYS_MEMBARRIER_H
#ifdef CONFIG_MEMBARRIER
/* Only block reordering at the compiler level in the performance-critical