Author: laijx
Date: 2010-10-14 18:29:24 -0400 (Thu, 14 Oct 2010)
New Revision: 3375

Modified:
   trunk/osprey/common/ipfec_targ_info/access/ekapi_itanium.cxx
Log:
Fix the IA-64 problem introduced by rev 3374. 
Rev 3374 added a new field alter_rr to SI, but ipfec_targ_info doesn't generate 
that field. This patch will generate it and set to 0 since IA-64 doesn't use it.

Approved by Sun.


Modified: trunk/osprey/common/ipfec_targ_info/access/ekapi_itanium.cxx
===================================================================
--- trunk/osprey/common/ipfec_targ_info/access/ekapi_itanium.cxx        
2010-10-13 22:55:13 UTC (rev 3374)
+++ trunk/osprey/common/ipfec_targ_info/access/ekapi_itanium.cxx        
2010-10-14 22:29:24 UTC (rev 3375)
@@ -394,6 +394,8 @@
                store_avail_time);
     fprintf(fd,"  %-15s, /* resource requirement */\n",
                res_req_name.Vname());
+    fprintf(fd,"  %-15s, /* alternative resource requirement */\n",
+               "0");
     if (res_req_num != 0) {           
         fprintf(fd,"  %-15s, /* res id used set vec */\n",
                    id_set_name.Vname());


------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to