swsusp_64.c 241 B

1234567891011121314151617
  1. /*
  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. #include <asm/system.h>
  10. #include <linux/interrupt.h>
  11. void do_after_copyback(void)
  12. {
  13. mb();
  14. }