Chameleon

Chameleon Commit Details

Date:2010-09-23 07:27:07 (13 years 7 months ago)
Author:Evan Lojewski
Commit:544
Parents: 543
Message:Updated scan_platform to work correctly with pointer instead.
Changes:
M/branches/meklort/i386/libsaio/platform.c

File differences

branches/meklort/i386/libsaio/platform.c
5353
5454
5555
56
56
5757
58
58
5959
6060
void scan_platform(void)
{
Platform = malloc(sizeof(Platform));
memset(&Platform, 0, sizeof(Platform));
memset(Platform, 0, sizeof(Platform));
build_pci_dt();
scan_cpu(&Platform);
scan_cpu(Platform);
//scan_mem(); Rek: called after pci devs init in fake_efi now ...
}

Archive Download the corresponding diff file

Revision: 544