.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Enter and leave deep sleep state on MPC83xx |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) 2006-2008 Freescale Semiconductor, Inc. |
---|
5 | 6 | * Author: Scott Wood <scottwood@freescale.com> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify it |
---|
8 | | - * under the terms of the GNU General Public License version 2 as published |
---|
9 | | - * by the Free Software Foundation. |
---|
10 | 7 | */ |
---|
11 | 8 | |
---|
12 | 9 | #include <asm/page.h> |
---|
.. | .. |
---|
551 | 548 | mtdec r0 |
---|
552 | 549 | |
---|
553 | 550 | rfi |
---|
| 551 | +_ASM_NOKPROBE_SYMBOL(mpc83xx_deep_resume) |
---|