Mailing List Archive

[linux-2.6.18-xen] xen: Two comment fixes.
# HG changeset patch
# User kfraser@localhost.localdomain
# Date 1186475861 -3600
# Node ID 840b9df48b6a4f0f569963dba01885bde2946b6b
# Parent 12c399692d44ff83a4c1a8297d517e8692b66614
xen: Two comment fixes.
Signed-off-by: Keir Fraser <keir@xensource.com>
---
arch/i386/mm/fault-xen.c | 5 +----
drivers/xen/console/console.c | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)

diff -r 12c399692d44 -r 840b9df48b6a arch/i386/mm/fault-xen.c
--- a/arch/i386/mm/fault-xen.c Tue Aug 07 08:58:08 2007 +0100
+++ b/arch/i386/mm/fault-xen.c Tue Aug 07 09:37:41 2007 +0100
@@ -756,10 +756,7 @@ void vmalloc_sync_all(void)
struct page *page;

spin_lock_irqsave(&pgd_lock, flags);
- /*
- * XEN: vmalloc_sync_one() failure path logic assumes
- * pgd_list is non-empty.
- */
+ /* XEN: failure path assumes non-empty pgd_list. */
if (unlikely(!pgd_list)) {
spin_unlock_irqrestore(&pgd_lock, flags);
return;
diff -r 12c399692d44 -r 840b9df48b6a drivers/xen/console/console.c
--- a/drivers/xen/console/console.c Tue Aug 07 08:58:08 2007 +0100
+++ b/drivers/xen/console/console.c Tue Aug 07 09:37:41 2007 +0100
@@ -66,7 +66,7 @@
* 'xencons=tty' [XC_TTY]: Console attached to '/dev/tty[0-9]+'.
* 'xencons=ttyS' [XC_SERIAL]: Console attached to '/dev/ttyS[0-9]+'.
* 'xencons=xvc' [XC_XVC]: Console attached to '/dev/xvc0'.
- * default: DOM0 -> XC_SERIAL ; all others -> XC_TTY.
+ * default: XC_XVC
*
* NB. In mode XC_TTY, we create dummy consoles for tty2-63. This suppresses
* warnings from standard distro startup scripts.

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog