changeset 1653:dd88d368d615

2009-02-20 Gary Benson <gbenson@redhat.com> * ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp: Fixed conditional. (transplanted from e811450b7381348f1663dfbed0e1b027afe1beca)
author Gary Benson <gbenson@redhat.com>
date Fri, 20 Feb 2009 10:36:20 -0500
parents c6a0152012ca
children ba3c45770b14
files ChangeLog ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 19 10:27:02 2009 +0000
+++ b/ChangeLog	Fri Feb 20 10:36:20 2009 -0500
@@ -18,6 +18,11 @@
 	* patches/hotspot/original/icedtea-includedb.patch,
 	* patches/icedtea-libraries.patch: Recreated.
 
+2009-02-20  Gary Benson  <gbenson@redhat.com>
+
+	* ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp:
+	Fixed conditional.
+
 2009-02-20  Andrew John Hughes  <ahughes@redhat.com>
 
 	* AUTHORS:
--- a/ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp	Thu Feb 19 10:27:02 2009 +0000
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp	Fri Feb 20 10:36:20 2009 -0500
@@ -23,7 +23,7 @@
  *
  */
 
-#ifdef __PPC
+#ifdef PPC
 
 #define READ_MEM_BARRIER __asm __volatile ("isync":::"memory")
 #ifdef __NO_LWSYNC__