aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/power/swsusp_64.c
blob: 9516a517d72f83e3a403c54211e645a9dbc8bbdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Support for suspend and resume on s390
 *
 * Copyright IBM Corp. 2009
 *
 * Author(s): Hans-Joachim Picht <hans@linux.vnet.ibm.com>
 *
 */

#include <asm/system.h>
#include <linux/interrupt.h>

void do_after_copyback(void)
{
	mb();
}