]> Git Repo - linux.git/blob - arch/powerpc/kernel/swsusp_64.c
scsi: zfcp: Trace when request remove fails after qdio send fails
[linux.git] / arch / powerpc / kernel / swsusp_64.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * PowerPC 64-bit swsusp implementation
4  *
5  * Copyright 2006 Johannes Berg <[email protected]>
6  */
7
8 #include <asm/iommu.h>
9 #include <linux/irq.h>
10 #include <linux/sched.h>
11 #include <linux/interrupt.h>
12 #include <linux/nmi.h>
13
14 void do_after_copyback(void)
15 {
16         iommu_restore();
17         touch_softlockup_watchdog();
18         mb();
19 }
This page took 0.031476 seconds and 4 git commands to generate.