diff src/cpu/sparc/vm/sparc.ad @ 17799:752ba2e5f6d0

Merge
author kvn
date Tue, 25 Feb 2014 15:11:18 -0800
parents f040cf9fc9c0 51e1bb81df86
children a433eb716ce1
line wrap: on
line diff
--- a/src/cpu/sparc/vm/sparc.ad	Wed Feb 19 20:12:43 2014 -0800
+++ b/src/cpu/sparc/vm/sparc.ad	Tue Feb 25 15:11:18 2014 -0800
@@ -1853,6 +1853,12 @@
   return false;
 }
 
+// Current (2013) SPARC platforms need to read original key
+// to construct decryption expanded key 
+const bool Matcher::pass_original_key_for_aes() {
+  return true;
+}
+
 // USII supports fxtof through the whole range of number, USIII doesn't
 const bool Matcher::convL2FSupported(void) {
   return VM_Version::has_fast_fxtof();