From df796e5bcc867b140df4eac9de53562991c31961 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 3 Oct 2006 21:32:49 +1000 Subject: [PATCH] --- yaml --- r: 38488 b: refs/heads/master c: 0a730ae59960165ae50de3284fb50316d1755d98 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/xmon/xmon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ca503d728c51..fac237282744 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 586da2cc78131d194ecacaf4de26b49691de5fd3 +refs/heads/master: 0a730ae59960165ae50de3284fb50316d1755d98 diff --git a/trunk/arch/powerpc/xmon/xmon.c b/trunk/arch/powerpc/xmon/xmon.c index b54ff980ecd4..708236f34746 100644 --- a/trunk/arch/powerpc/xmon/xmon.c +++ b/trunk/arch/powerpc/xmon/xmon.c @@ -505,7 +505,7 @@ static int xmon_core(struct pt_regs *regs, int fromipi) mtmsr(msr); /* restore interrupt enable */ - return cmd != 'X'; + return cmd != 'X' && cmd != EOF; } int xmon(struct pt_regs *excp)