| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * This file contains the routines for handling the MMU. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 16 | 17 | * |
|---|
| 17 | 18 | * Derived from "arch/i386/mm/init.c" |
|---|
| 18 | 19 | * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds |
|---|
| 19 | | - * |
|---|
| 20 | | - * This program is free software; you can redistribute it and/or |
|---|
| 21 | | - * modify it under the terms of the GNU General Public License |
|---|
| 22 | | - * as published by the Free Software Foundation; either version |
|---|
| 23 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 24 | | - * |
|---|
| 25 | 20 | */ |
|---|
| 26 | 21 | |
|---|
| 27 | 22 | #include <linux/mm.h> |
|---|