svn commit: r212760 - vendor-sys/acpica/dist/include/platform

Jung-uk Kim jkim at FreeBSD.org
Thu Sep 16 19:43:33 UTC 2010


Author: jkim
Date: Thu Sep 16 19:43:32 2010
New Revision: 212760
URL: http://svn.freebsd.org/changeset/base/212760

Log:
  Update acfreebsd.h for ACPI_THREAD_ID change.
  
  Note this patch was committed on upstream GIT:
  
  http://git.moblin.org/cgit.cgi/acpica/commit/?id=184ee2428cf02b0035d5de8a82c06fdfbc2ae14c

Modified:
  vendor-sys/acpica/dist/include/platform/acfreebsd.h

Modified: vendor-sys/acpica/dist/include/platform/acfreebsd.h
==============================================================================
--- vendor-sys/acpica/dist/include/platform/acfreebsd.h	Thu Sep 16 19:25:24 2010	(r212759)
+++ vendor-sys/acpica/dist/include/platform/acfreebsd.h	Thu Sep 16 19:43:32 2010	(r212760)
@@ -165,6 +165,8 @@
 #include <ctype.h>
 #endif
 
+#define ACPI_CAST_PTHREAD_T(pthread)    ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread))
+
 #define ACPI_USE_STANDARD_HEADERS
 
 #define ACPI_FLUSH_CPU_CACHE()


More information about the svn-src-all mailing list