| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/ia64/kernel/relocate_kernel.S |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * Copyright (C) 2005 Hewlett-Packard Development Company, L.P. |
|---|
| 7 | 8 | * Copyright (C) 2005 Khalid Aziz <khalid.aziz@hp.com> |
|---|
| 8 | 9 | * Copyright (C) 2005 Intel Corp, Zou Nan hai <nanhai.zou@intel.com> |
|---|
| 9 | | - * |
|---|
| 10 | | - * This source code is licensed under the GNU General Public License, |
|---|
| 11 | | - * Version 2. See the file COPYING for more details. |
|---|
| 12 | 10 | */ |
|---|
| 11 | +#include <linux/pgtable.h> |
|---|
| 13 | 12 | #include <asm/asmmacro.h> |
|---|
| 14 | 13 | #include <asm/kregs.h> |
|---|
| 15 | 14 | #include <asm/page.h> |
|---|
| 16 | | -#include <asm/pgtable.h> |
|---|
| 17 | 15 | #include <asm/mca_asm.h> |
|---|
| 18 | 16 | |
|---|
| 19 | 17 | /* Must be relocatable PIC code callable as a C function |
|---|
| .. | .. |
|---|
| 321 | 319 | ;; |
|---|
| 322 | 320 | br.ret.sptk.many rp |
|---|
| 323 | 321 | END(ia64_dump_cpu_regs) |
|---|
| 324 | | - |
|---|
| 325 | | - |
|---|