[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0610081145460.4338@sbz-30.cs.Helsinki.FI>
Date: Sun, 8 Oct 2006 11:47:54 +0300 (EEST)
From: Pekka J Enberg <penberg@...helsinki.fi>
To: akpm@...l.org
cc: linux-kernel@...r.kernel.org, jdike@...toit.com,
blaisorblade@...oo.it
Subject: [PATCH] um: fix magic sysrq
From: Pekka Enberg <penberg@...helsinki.fi>
Fix UML compilation when CONFIG_MAGIC_SYSRQ is enabled.
Cc: Jeff Dike <jdike@...toit.com>
Cc: Paolo "Blaisorblade" Giarrusso <blaisorblade@...oo.it>
Signed-off-by: Pekka Enberg <penberg@...helsinki.fi>
---
arch/um/drivers/mconsole_kern.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: 2.6/arch/um/drivers/mconsole_kern.c
===================================================================
--- 2.6.orig/arch/um/drivers/mconsole_kern.c
+++ 2.6/arch/um/drivers/mconsole_kern.c
@@ -675,7 +675,7 @@ static void sysrq_proc(void *arg)
{
char *op = arg;
- handle_sysrq(*op, ¤t->thread.regs, NULL);
+ handle_sysrq(*op, NULL);
}
void mconsole_sysrq(struct mc_request *req)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists