.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/arm/include/asm/glue.h |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 1997-1999 Russell King |
---|
5 | 6 | * Copyright (C) 2000-2002 Deep Blue Solutions Ltd. |
---|
6 | | - * |
---|
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 | 7 | * |
---|
11 | 8 | * This file provides the glue to stick the processor-specific bits |
---|
12 | 9 | * into the kernel in an efficient manner. The idea is to use branches |
---|