Changeset b1cf98c in mainline for arch/ia32/src/acpi/acpi.c
- Timestamp:
- 2005-09-13T20:02:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6dcdd2e
- Parents:
- 2e5f770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/acpi/acpi.c
r2e5f770 rb1cf98c 109 109 110 110 rsdp_found: 111 printf("% L: ACPI Root System Description Pointer\n", acpi_rsdp);111 printf("%P: ACPI Root System Description Pointer\n", acpi_rsdp); 112 112 113 113 acpi_rsdt = (struct acpi_rsdt *) (__native) acpi_rsdp->rsdt_address; … … 144 144 goto next; 145 145 *signature_map[j].sdt_ptr = h; 146 printf("% L: ACPI %s\n", *signature_map[j].sdt_ptr, signature_map[j].description);146 printf("%P: ACPI %s\n", *signature_map[j].sdt_ptr, signature_map[j].description); 147 147 } 148 148 } … … 165 165 goto next; 166 166 *signature_map[j].sdt_ptr = h; 167 printf("% L: ACPI %s\n", *signature_map[j].sdt_ptr, signature_map[j].description);167 printf("%P: ACPI %s\n", *signature_map[j].sdt_ptr, signature_map[j].description); 168 168 } 169 169 }
Note:
See TracChangeset
for help on using the changeset viewer.