PERFORCE change 99948 for review

Kip Macy kmacy at FreeBSD.org
Sat Jun 24 20:53:00 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99948

Change 99948 by kmacy at kmacy_storage:sun4v_work_ifc on 2006/06/24 20:52:38

	compile fixes

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/pcpu.h#19 edit
.. //depot/projects/kmacy_sun4v/src/sys/sys/lock_profile.h#4 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/pcpu.h#19 (text+ko) ====

@@ -44,7 +44,7 @@
 #elif defined(MUTEX_PROFILING)
 #define SUN4V_PAD 6
 #else
-#define SUN4V_PAD 0
+#define SUN4V_PAD 3
 #endif
 
 /*

==== //depot/projects/kmacy_sun4v/src/sys/sys/lock_profile.h#4 (text+ko) ====

@@ -196,7 +196,7 @@
 static inline void lock_profile_obtain_lock_failed(struct lock_object *m, int *contested) {;}
 static inline void lock_profile_obtain_lock_success(struct lock_object *m, const char *file, int line) {;}
 static inline void lock_profile_release_lock(struct lock_object *m) {;}
-
+static inline void lock_profile_destroy(struct lock_object *lo) {;} 
 #endif  /* !MUTEX_PROFILING */
 
 #endif /* _SYS_LOCK_PROFILE_H_ */


More information about the p4-projects mailing list