blob: 9516a517d72f83e3a403c54211e645a9dbc8bbdc [file] [log] [blame]
Hans-Joachim Picht155af2f2009-06-16 10:30:52 +02001/*
2 * Support for suspend and resume on s390
3 *
4 * Copyright IBM Corp. 2009
5 *
6 * Author(s): Hans-Joachim Picht <hans@linux.vnet.ibm.com>
7 *
8 */
9
10#include <asm/system.h>
11#include <linux/interrupt.h>
12
13void do_after_copyback(void)
14{
15 mb();
16}
17