From 9c22a6239643c9687979871580677db57c681daa Mon Sep 17 00:00:00 2001
From: Blue Swirl <blauwirbel@gmail.com>
Date: Sat, 25 Apr 2009 16:28:27 +0000
Subject: [PATCH] Fix a warning in sparc64-linux-user build

---
 target-sparc/op_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c
index b434593b29..5f86b33043 100644
--- a/target-sparc/op_helper.c
+++ b/target-sparc/op_helper.c
@@ -39,7 +39,7 @@ do { printf("ASI: " fmt , ##args); } while (0)
 #endif
 #endif
 
-#ifdef TARGET_SPARC64
+#if defined(TARGET_SPARC64) && !defined(CONFIG_USER_ONLY)
 // Calculates TSB pointer value for fault page size 8k or 64k
 static uint64_t ultrasparc_tsb_pointer(uint64_t tsb_register,
                                        uint64_t tag_access_register,