| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Octeon Watchdog driver |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>, |
|---|
| 11 | 12 | * All Rights Reserved. |
|---|
| 12 | 13 | * |
|---|
| 13 | | - * This program is free software; you can redistribute it and/or |
|---|
| 14 | | - * modify it under the terms of the GNU General Public License |
|---|
| 15 | | - * as published by the Free Software Foundation; either version |
|---|
| 16 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 17 | | - * |
|---|
| 18 | 14 | * Neither Alan Cox nor CymruNet Ltd. admit liability nor provide |
|---|
| 19 | 15 | * warranty for any of this software. This material is provided |
|---|
| 20 | 16 | * "AS-IS" and at no charge. |
|---|
| 21 | 17 | * |
|---|
| 22 | 18 | * (c) Copyright 1995 Alan Cox <alan@lxorguk.ukuu.org.uk> |
|---|
| 23 | | - * |
|---|
| 24 | | - * This file is subject to the terms and conditions of the GNU General Public |
|---|
| 25 | | - * License. See the file "COPYING" in the main directory of this archive |
|---|
| 26 | | - * for more details. |
|---|
| 27 | | - * |
|---|
| 28 | 19 | * |
|---|
| 29 | 20 | * The OCTEON watchdog has a maximum timeout of 2^32 * io_clock. |
|---|
| 30 | 21 | * For most systems this is less than 10 seconds, so to allow for |
|---|