aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/vfp/vfpinstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/vfp/vfpinstr.h')
-rw-r--r--arch/arm/vfp/vfpinstr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/vfp/vfpinstr.h b/arch/arm/vfp/vfpinstr.h
index 15b95b5ab97e..38dc154e39ff 100644
--- a/arch/arm/vfp/vfpinstr.h
+++ b/arch/arm/vfp/vfpinstr.h
@@ -1,13 +1,10 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * linux/arch/arm/vfp/vfpinstr.h 3 * linux/arch/arm/vfp/vfpinstr.h
3 * 4 *
4 * Copyright (C) 2004 ARM Limited. 5 * Copyright (C) 2004 ARM Limited.
5 * Written by Deep Blue Solutions Limited. 6 * Written by Deep Blue Solutions Limited.
6 * 7 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 *
11 * VFP instruction masks. 8 * VFP instruction masks.
12 */ 9 */
13#define INST_CPRTDO(inst) (((inst) & 0x0f000000) == 0x0e000000) 10#define INST_CPRTDO(inst) (((inst) & 0x0f000000) == 0x0e000000)