Add a comment so this doesn't happen anymore
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42069 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e282383b4e
commit
0a3e6ddf63
@ -83,6 +83,7 @@ acpi_find_table(const char* signature)
|
||||
+ sizeof(acpi_descriptor_header));
|
||||
|
||||
for (int32 j = 0; j < sNumEntries; j++, pointer++) {
|
||||
// Map B_PAGE_SIZE, since the table is bigger than the acpi_descriptor_header
|
||||
acpi_descriptor_header* header = (acpi_descriptor_header*)
|
||||
mmu_map_physical_memory(*pointer,
|
||||
B_PAGE_SIZE, kDefaultPageFlags);
|
||||
|
Loading…
Reference in New Issue
Block a user