diff agent/src/os/linux/libproc.h @ 7994:9fae07c31641

6518907: cleanup IA64 specific code in Hotspot Summary: removed unused IA64 specific code Reviewed-by: twisti, kvn, dholmes
author morris
date Fri, 25 Jan 2013 16:50:33 -0800
parents a9fed06c01d2
children de6a9e811145 d2907f74462e
line wrap: on
line diff
--- a/agent/src/os/linux/libproc.h	Fri Jan 25 16:09:14 2013 -0800
+++ b/agent/src/os/linux/libproc.h	Fri Jan 25 16:50:33 2013 -0800
@@ -79,14 +79,6 @@
 
 *************************************************************************************/
 
-#ifdef ia64
-struct user_regs_struct {
-/* copied from user.h which doesn't define this in a struct */
-
-#define IA64_REG_COUNT (EF_SIZE/8+32)   /* integer and fp regs */
-unsigned long   regs[IA64_REG_COUNT];     /* integer and fp regs */
-};
-#endif
 
 #if defined(sparc)  || defined(sparcv9)
 #define user_regs_struct  pt_regs