Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
swsusp_64.c
Go to the documentation of this file.
1 /*
2  * PowerPC 64-bit swsusp implementation
3  *
4  * Copyright 2006 Johannes Berg <[email protected]>
5  *
6  * GPLv2
7  */
8 
9 #include <asm/iommu.h>
10 #include <linux/irq.h>
11 #include <linux/sched.h>
12 #include <linux/interrupt.h>
13 
15 {
16  iommu_restore();
18  mb();
19 }
20 
21 void _iommu_save(void)
22 {
23  iommu_save();
24 }