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-changelog

[Xen-changelog] Remove unnecessary assert.

# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID eaec9512f6189289f1eea988b11fc00da52cbad4
# Parent  976e53674e847c5bba1679168430cb7d3a71b689
Remove unnecessary assert. 

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>

diff -r 976e53674e84 -r eaec9512f618 xen/include/asm-x86/shadow.h
--- a/xen/include/asm-x86/shadow.h      Mon Nov 21 17:33:27 2005
+++ b/xen/include/asm-x86/shadow.h      Mon Nov 21 17:45:09 2005
@@ -289,7 +289,6 @@
 
 #define __gpfn_to_mfn(_d, gpfn)                        \
     ({                                                 \
-        ASSERT(current->domain == (_d));               \
         (shadow_mode_translate(_d))                    \
         ? get_mfn_from_pfn(gpfn)                \
         : (gpfn);                                      \

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove unnecessary assert., Xen patchbot -unstable <=