Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/acpica/dist/include/platform ACPI_THREAD_ID...



details:   https://anonhg.NetBSD.org/src/rev/18c0eaa61ee0
branches:  trunk
changeset: 762183:18c0eaa61ee0
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Feb 17 10:12:50 2011 +0000

description:
ACPI_THREAD_ID type was changed to uint64_t, which is good enough for us.

diffstat:

 sys/external/bsd/acpica/dist/include/platform/acnetbsd.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3034f5940554 -r 18c0eaa61ee0 sys/external/bsd/acpica/dist/include/platform/acnetbsd.h
--- a/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h  Thu Feb 17 10:09:40 2011 +0000
+++ b/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h  Thu Feb 17 10:12:50 2011 +0000
@@ -1,7 +1,7 @@
 /******************************************************************************
  *
  * Name: acnetbsd.h - OS specific defines, etc.
- *       $Revision: 1.3 $
+ *       $Revision: 1.4 $
  *
  *****************************************************************************/
 
@@ -49,7 +49,6 @@
 
 #include "acgcc.h"
 
-#define ACPI_THREAD_ID         uintptr_t
 #define ACPI_UINTPTR_T         uintptr_t
 #define ACPI_USE_LOCAL_CACHE
 



Home | Main Index | Thread Index | Old Index