WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] xen and linux 2.4.28

To: xen-devel@xxxxxxxxxxxx
Subject: [Xen-devel] xen and linux 2.4.28
From: Adam Heath <doogie@xxxxxxxxxxxxx>
Date: Mon, 3 Jan 2005 15:54:56 -0600 (CST)
Delivery-date: Mon, 03 Jan 2005 22:01:19 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
arch/xen/kernel/reboot.c, line 219-221:
--
#ifdef CONFIG_MAGIC_SYSRQ
    handle_sysrq(pending_sysrq, NULL, NULL);
#endif
--
include/linux/sysrq.h, line 36 and 37:
--
void handle_sysrq(int, struct pt_regs *,
                struct kbd_struct *, struct tty_struct *);
--

Note how there are 4 args now, not 3.  Could you please fix this?



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xen and linux 2.4.28, Adam Heath <=