2 * This file contains the implementation of the
5 * (C) Copyright IBM Corp. 2005
7 * Author(s): Volker Sameske (sameske@de.ibm.com)
11 #include <linux/kernel.h>
13 static unsigned int reipl_diag_rc1;
14 static unsigned int reipl_diag_rc2;
17 * re-IPL the system using the last used IPL parameters
24 " diag %%r4,%2,0x308\n"
28 ".section __ex_table,\"a\"\n"
37 : "=m" (reipl_diag_rc1), "=m" (reipl_diag_rc2)
38 : "d" (3) : "cc", "4", "5" );