summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/utobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/utobject.c')
-rw-r--r--sys/contrib/dev/acpica/utobject.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/contrib/dev/acpica/utobject.c b/sys/contrib/dev/acpica/utobject.c
index 19f0e6a..52979a3 100644
--- a/sys/contrib/dev/acpica/utobject.c
+++ b/sys/contrib/dev/acpica/utobject.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utobject - ACPI object create/delete/size/cache routines
- * $Revision: 56 $
+ * $Revision: 57 $
*
*****************************************************************************/
@@ -213,16 +213,6 @@ AcpiUtValidInternalObject (
return (FALSE);
}
- /* Check for a pointer within one of the ACPI tables */
-
- if (AcpiTbSystemTablePointer (Object))
- {
- ACPI_DEBUG_PRINT (
- (ACPI_DB_INFO, "**** Object %p points into an ACPI table\n",
- Object));
- return (FALSE);
- }
-
/* Check the descriptor type field */
if (!VALID_DESCRIPTOR_TYPE (Object, ACPI_DESC_TYPE_INTERNAL))
OpenPOWER on IntegriCloud