Changeset ddd9486 in mainline for arch/ia32/src
- Timestamp:
- 2005-09-11T13:29:25Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 788ccb04
- Parents:
- 8e3fb24c
- Location:
- arch/ia32/src
- Files:
-
- 2 edited
-
acpi/madt.c (modified) (2 diffs)
-
pm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/acpi/madt.c
r8e3fb24c rddd9486 132 132 madt_entries_index_cnt++; 133 133 } 134 printf("MADT: Found %d entries\n", madt_entries_index_cnt);135 134 136 135 /* create madt apic entries index array */ … … 142 141 madt_entries_index[index++] = h; 143 142 } 144 145 143 146 144 /* Quicksort MADT index structure */ -
arch/ia32/src/pm.c
r8e3fb24c rddd9486 70 70 struct tss *tss_p = NULL; 71 71 72 /* TODO: Does not compile correctly if it does not exist ???? */73 int __attribute__ ((section ("K_DATA_START"))) __fake;74 75 72 /* gdtr is changed by kmp before next CPU is initialized */ 76 73 struct ptr_16_32 protected_bootstrap_gdtr = { .limit = sizeof(gdt), .base = KA2PA((__address) gdt) };
Note:
See TracChangeset
for help on using the changeset viewer.
