| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2008 Nuovation System Designs, LLC |
|---|
| 3 | 4 | * Grant Erickson <gerickson@nuovations.com> |
|---|
| .. | .. |
|---|
| 5 | 6 | * This file defines processor mnemonics for accessing and managing |
|---|
| 6 | 7 | * the IBM DDR1/DDR2 ECC controller found in the 405EX[r], 440SP, |
|---|
| 7 | 8 | * 440SPe, 460EX, 460GT and 460SX. |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or |
|---|
| 10 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 11 | | - * published by the Free Software Foundation; version 2 of the |
|---|
| 12 | | - * License. |
|---|
| 13 | | - * |
|---|
| 14 | 9 | */ |
|---|
| 15 | 10 | |
|---|
| 16 | 11 | #ifndef __PPC4XX_EDAC_H |
|---|