diff options
Diffstat (limited to 'arch/arm/include/asm/glue.h')
-rw-r--r-- | arch/arm/include/asm/glue.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/include/asm/glue.h b/arch/arm/include/asm/glue.h index fbf71d75ec83..377fd4cfab01 100644 --- a/arch/arm/include/asm/glue.h +++ b/arch/arm/include/asm/glue.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/include/asm/glue.h | 3 | * arch/arm/include/asm/glue.h |
3 | * | 4 | * |
4 | * Copyright (C) 1997-1999 Russell King | 5 | * Copyright (C) 1997-1999 Russell King |
5 | * Copyright (C) 2000-2002 Deep Blue Solutions Ltd. | 6 | * Copyright (C) 2000-2002 Deep Blue Solutions Ltd. |
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 | * This file provides the glue to stick the processor-specific bits | 8 | * This file provides the glue to stick the processor-specific bits |
12 | * into the kernel in an efficient manner. The idea is to use branches | 9 | * into the kernel in an efficient manner. The idea is to use branches |
13 | * when we're only targeting one class of TLB, or indirect calls | 10 | * when we're only targeting one class of TLB, or indirect calls |