aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/shutdown.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-10 16:51:20 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-10 16:51:20 +0100
commit354aabe18a23a04e0d49fae9771dc6169399008b (patch)
tree70e3764ec44b80c0bd7a774dbfb781d43da6fca1 /xen/arch/x86/shutdown.c
parent840348501b10e4ccc1f266349c32faadd7e5b945 (diff)
downloadxen-354aabe18a23a04e0d49fae9771dc6169399008b.tar.gz
xen-354aabe18a23a04e0d49fae9771dc6169399008b.tar.bz2
xen-354aabe18a23a04e0d49fae9771dc6169399008b.zip
Change prototype of machine_restart to void machine_restart(void).
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/shutdown.c')
-rw-r--r--xen/arch/x86/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/shutdown.c b/xen/arch/x86/shutdown.c
index 5fbecc088e..8bc658fa83 100644
--- a/xen/arch/x86/shutdown.c
+++ b/xen/arch/x86/shutdown.c
@@ -197,7 +197,7 @@ static void machine_real_restart(const unsigned char *code, unsigned length)
#endif
-void machine_restart(char *cmd)
+void machine_restart(void)
{
int i;