| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> |
|---|
| 3 | 4 | * Copyright (C) 2007-2009 PetaLogix |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 6 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 7 | | - * published by the Free Software Foundation. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | |
|---|
| 10 | 7 | #include <linux/export.h> |
|---|
| .. | .. |
|---|
| 14 | 11 | #include <linux/vmalloc.h> |
|---|
| 15 | 12 | #include <linux/fs.h> |
|---|
| 16 | 13 | #include <linux/string.h> |
|---|
| 14 | +#include <linux/pgtable.h> |
|---|
| 17 | 15 | |
|---|
| 18 | | -#include <asm/pgtable.h> |
|---|
| 19 | 16 | #include <asm/cacheflush.h> |
|---|
| 20 | 17 | |
|---|
| 21 | 18 | int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, |
|---|