Пример #1
0
static void sdv_pci_init(void)
{
	x86_of_pci_init();
}
Пример #2
0
static void __cpuinit sdv_pci_init(void)
{
	x86_of_pci_init();
	/* We can't set this earlier, because we need to calibrate the timer */
	legacy_pic = &null_legacy_pic;
}
Пример #3
0
static void __cpuinit sdv_pci_init(void)
{
	x86_of_pci_init();
	
	legacy_pic = &null_legacy_pic;
}