You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* 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();
|
|
}
|
|
|
|
|