| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * (c) Copyright 2004 Benjamin Herrenschmidt (benh@kernel.crashing.org), |
|---|
| 3 | 4 | * IBM Corp. |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or |
|---|
| 6 | | - * modify it under the terms of the GNU General Public License |
|---|
| 7 | | - * as published by the Free Software Foundation; either version |
|---|
| 8 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 9 | | - * |
|---|
| 10 | 5 | */ |
|---|
| 11 | 6 | |
|---|
| 12 | 7 | #undef DEBUG |
|---|
| .. | .. |
|---|
| 28 | 23 | #include <asm/sections.h> |
|---|
| 29 | 24 | #include <asm/prom.h> |
|---|
| 30 | 25 | #include <asm/io.h> |
|---|
| 31 | | -#include <asm/pgtable.h> |
|---|
| 32 | 26 | #include <asm/machdep.h> |
|---|
| 33 | 27 | #include <asm/time.h> |
|---|
| 34 | 28 | |
|---|