| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * sun4v watchdog timer |
|---|
| 3 | 4 | * (c) Copyright 2016 Oracle Corporation |
|---|
| .. | .. |
|---|
| 5 | 6 | * Implement a simple watchdog driver using the built-in sun4v hypervisor |
|---|
| 6 | 7 | * watchdog support. If time expires, the hypervisor stops or bounces |
|---|
| 7 | 8 | * the guest domain. |
|---|
| 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 |
|---|
| 11 | | - * as published by the Free Software Foundation; either version |
|---|
| 12 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 13 | 9 | */ |
|---|
| 14 | 10 | |
|---|
| 15 | 11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
|---|