diff options
| author | Len Brown <len.brown@intel.com> | 2006-07-10 02:39:41 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2006-07-10 02:39:41 -0400 |
| commit | 0f12b15ebcedce115a5d8e5ff741e49a7993f67c (patch) | |
| tree | 3bfea88873b2a43c5528b9687fa010b6eff23458 /drivers/acpi/dispatcher/dsinit.c | |
| parent | 20b499aa06edf59fa2d21f29d42d36586c6c058e (diff) | |
| parent | f6dd9221dddb3550e60d32aee688588ec208312c (diff) | |
Pull acpica-20060707 into test branch
Diffstat (limited to 'drivers/acpi/dispatcher/dsinit.c')
| -rw-r--r-- | drivers/acpi/dispatcher/dsinit.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/acpi/dispatcher/dsinit.c b/drivers/acpi/dispatcher/dsinit.c index daf51b5b5875..1888c055d10f 100644 --- a/drivers/acpi/dispatcher/dsinit.c +++ b/drivers/acpi/dispatcher/dsinit.c | |||
| @@ -116,16 +116,6 @@ acpi_ds_init_one_object(acpi_handle obj_handle, | |||
| 116 | 116 | ||
| 117 | case ACPI_TYPE_METHOD: | 117 | case ACPI_TYPE_METHOD: |
| 118 | 118 | ||
| 119 | /* | ||
| 120 | * Set the execution data width (32 or 64) based upon the | ||
| 121 | * revision number of the parent ACPI table. | ||
| 122 | * TBD: This is really for possible future support of integer width | ||
| 123 | * on a per-table basis. Currently, we just use a global for the width. | ||
| 124 | */ | ||
| 125 | if (info->table_desc->pointer->revision == 1) { | ||
| 126 | node->flags |= ANOBJ_DATA_WIDTH_32; | ||
| 127 | } | ||
| 128 | |||
| 129 | info->method_count++; | 119 | info->method_count++; |
| 130 | break; | 120 | break; |
| 131 | 121 | ||
