18779342 The message "sparcv9cap_P[0]=0x20, sparcv9cap_P[1]" is printed on sun4v
authorjenny.yung@oracle.com <jenny.yung@oracle.com>
Fri, 16 May 2014 15:54:04 -0700
changeset 1902 3d6defe002e7
parent 1901 d467d253c5b1
child 1903 1dd1bc9627f9
18779342 The message "sparcv9cap_P[0]=0x20, sparcv9cap_P[1]" is printed on sun4v
components/openssl/openssl-1.0.1/patches/38_remove_illegal_instruction_calls.patch
--- a/components/openssl/openssl-1.0.1/patches/38_remove_illegal_instruction_calls.patch	Thu May 15 23:39:44 2014 -0700
+++ b/components/openssl/openssl-1.0.1/patches/38_remove_illegal_instruction_calls.patch	Fri May 16 15:54:04 2014 -0700
@@ -47,7 +47,7 @@
  
  	if (trigger) return;
  	trigger=1;
-@@ -248,86 +239,43 @@
+@@ -248,86 +239,42 @@
  		return;
  		}
  
@@ -142,7 +142,6 @@
 -		}
 +	    (ui & AV_T4_MECHS))
 +		OPENSSL_sparcv9cap_P[1] = (unsigned int)_sparcv9_rdcfr(); 
-+printf(" sparcv9cap_P[0]=0x%x, sparcv9cap_P[1]=0x%x\n", OPENSSL_sparcv9cap_P[0], OPENSSL_sparcv9cap_P[1]);
  
 -	sigaction(SIGBUS,&bus_oact,NULL);
 -	sigaction(SIGILL,&ill_oact,NULL);