]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/mips/loongson64/fuloong-2e/reset.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-eoan-kernel.git] / arch / mips / loongson64 / fuloong-2e / reset.c
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* Board-specific reboot/shutdown routines
3 * Copyright (c) 2009 Philippe Vachon <philippe@cowpig.ca>
4 *
5 * Copyright (C) 2009 Lemote Inc.
6 * Author: Wu Zhangjin, wuzhangjin@gmail.com
7 */
8
9 #include <loongson.h>
10
11 void mach_prepare_reboot(void)
12 {
13 LOONGSON_GENCFG &= ~(1 << 2);
14 LOONGSON_GENCFG |= (1 << 2);
15 }
16
17 void mach_prepare_shutdown(void)
18 {
19 }