.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * OpenRISC asm-offsets.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
8 | 9 | * Modifications for the OpenRISC architecture: |
---|
9 | 10 | * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> |
---|
10 | 11 | * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> |
---|
11 | | - * |
---|
12 | | - * This program is free software; you can redistribute it and/or |
---|
13 | | - * modify it under the terms of the GNU General Public License |
---|
14 | | - * as published by the Free Software Foundation; either version |
---|
15 | | - * 2 of the License, or (at your option) any later version. |
---|
16 | 12 | * |
---|
17 | 13 | * This program is used to generate definitions needed by |
---|
18 | 14 | * assembly language modules. |
---|
.. | .. |
---|
36 | 32 | #include <linux/thread_info.h> |
---|
37 | 33 | #include <linux/kbuild.h> |
---|
38 | 34 | #include <asm/page.h> |
---|
39 | | -#include <asm/pgtable.h> |
---|
40 | 35 | #include <asm/processor.h> |
---|
41 | 36 | |
---|
42 | 37 | int main(void) |
---|