All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <47F2541A.50007@sgi.com>

diff --git a/a/1.txt b/N1/1.txt
index 2364129..9cc0278 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -24,7 +24,7 @@ A few more comments:
 > +
 > +	if (vcpu) {
 > +		p = &vcpu->arch.exit_data;
-> +		if (p->exit_reason = EXIT_REASON_PAL_CALL) {
+> +		if (p->exit_reason == EXIT_REASON_PAL_CALL) {
 > +			*gr28 = p->u.pal_data.gr28;
 > +			*gr29 = p->u.pal_data.gr29;
 > +			*gr30 = p->u.pal_data.gr30;
@@ -42,7 +42,7 @@ about what the error is?
 > +	struct exit_ctl_data *p;
 > +
 > +	p = kvm_get_exit_data(vcpu);
-> +	if (p && p->exit_reason = EXIT_REASON_SAL_CALL) {
+> +	if (p && p->exit_reason == EXIT_REASON_SAL_CALL) {
 > +		p->u.sal_data.ret = result;
 > +		return ;
 > +	}
@@ -53,3 +53,9 @@ where it is and what has been detected.
 
 Cheers,
 Jes
+
+-------------------------------------------------------------------------
+Check out the new SourceForge.net Marketplace.
+It's the best place to buy or sell services for
+just about anything Open Source.
+http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
diff --git a/a/content_digest b/N1/content_digest
index cf870eb..b10ad9f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\042DFA526FC41B1429CE7279EF83C6BDC0104872F@pdsmsx415.ccr.corp.intel.com\0"
  "From\0Jes Sorensen <jes@sgi.com>\0"
  "Subject\0Re: [16/18]KVM:IA64 : Add kvm sal/pal virtulization support.V9\0"
- "Date\0Tue, 01 Apr 2008 15:26:18 +0000\0"
+ "Date\0Tue, 01 Apr 2008 17:26:18 +0200\0"
  "To\0Zhang"
  " Xiantao <xiantao.zhang@intel.com>\0"
  "Cc\0Carsten Otte <cotte@de.ibm.com>"
@@ -40,7 +40,7 @@
  "> +\n"
  "> +\tif (vcpu) {\n"
  "> +\t\tp = &vcpu->arch.exit_data;\n"
- "> +\t\tif (p->exit_reason = EXIT_REASON_PAL_CALL) {\n"
+ "> +\t\tif (p->exit_reason == EXIT_REASON_PAL_CALL) {\n"
  "> +\t\t\t*gr28 = p->u.pal_data.gr28;\n"
  "> +\t\t\t*gr29 = p->u.pal_data.gr29;\n"
  "> +\t\t\t*gr30 = p->u.pal_data.gr30;\n"
@@ -58,7 +58,7 @@
  "> +\tstruct exit_ctl_data *p;\n"
  "> +\n"
  "> +\tp = kvm_get_exit_data(vcpu);\n"
- "> +\tif (p && p->exit_reason = EXIT_REASON_SAL_CALL) {\n"
+ "> +\tif (p && p->exit_reason == EXIT_REASON_SAL_CALL) {\n"
  "> +\t\tp->u.sal_data.ret = result;\n"
  "> +\t\treturn ;\n"
  "> +\t}\n"
@@ -68,6 +68,12 @@
  "where it is and what has been detected.\n"
  "\n"
  "Cheers,\n"
- Jes
+ "Jes\n"
+ "\n"
+ "-------------------------------------------------------------------------\n"
+ "Check out the new SourceForge.net Marketplace.\n"
+ "It's the best place to buy or sell services for\n"
+ "just about anything Open Source.\n"
+ http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 
-5131a92a6f6c1d343890a48824a144ef7d76298424eb923d24a1d0c5f274be33
+4bd9c301944ff02943e63757c96878c0e18bad2842ca42d6a6dca296d2706b49

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.