Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[linux-block.git] / arch / powerpc / kernel / swsusp_64.c
CommitLineData
7f904d7e 1// SPDX-License-Identifier: GPL-2.0-only
543b9fd3
JB
2/*
3 * PowerPC 64-bit swsusp implementation
4 *
5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
543b9fd3
JB
6 */
7
543b9fd3
JB
8#include <asm/iommu.h>
9#include <linux/irq.h>
62fe91bb 10#include <linux/sched.h>
543b9fd3 11#include <linux/interrupt.h>
38b8d208 12#include <linux/nmi.h>
543b9fd3
JB
13
14void do_after_copyback(void)
15{
16 iommu_restore();
17 touch_softlockup_watchdog();
18 mb();
19}