summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/armv8/arch/barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm64/include/armv8/arch/barrier.h')
-rw-r--r--src/arch/arm64/include/armv8/arch/barrier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/arm64/include/armv8/arch/barrier.h b/src/arch/arm64/include/armv8/arch/barrier.h
index 3c3feb68d70e..8da2cc29c81c 100644
--- a/src/arch/arm64/include/armv8/arch/barrier.h
+++ b/src/arch/arm64/include/armv8/arch/barrier.h
@@ -1,7 +1,5 @@
/*
- * Based on arch/arm/include/asm/barrier.h
- *
- * Copyright (C) 2012 ARM Ltd.
+ * This file is part of the coreboot project.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -11,6 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
+ *
+ * Based on arch/arm/include/asm/barrier.h
*/
#ifndef __ASM_ARM_BARRIER_H
#define __ASM_ARM_BARRIER_H