setup.c (bfed9d32d968b2054a036d419537e9e9909bb343) | setup.c (1199919b69ff9559a3d3444fb5eb45b7cc48264d) |
---|---|
1/* 2 * Copyright (C) 2006 PA Semi, Inc 3 * 4 * Authors: Kip Walker, PA Semi 5 * Olof Johansson, PA Semi 6 * 7 * Maintained by: Olof Johansson <olof@lixom.net> 8 * --- 68 unchanged lines hidden (view full) --- 77 78 /* Lookup PCI hosts */ 79 pas_pci_init(); 80 81#ifdef CONFIG_DUMMY_CONSOLE 82 conswitchp = &dummy_con; 83#endif 84 | 1/* 2 * Copyright (C) 2006 PA Semi, Inc 3 * 4 * Authors: Kip Walker, PA Semi 5 * Olof Johansson, PA Semi 6 * 7 * Maintained by: Olof Johansson <olof@lixom.net> 8 * --- 68 unchanged lines hidden (view full) --- 77 78 /* Lookup PCI hosts */ 79 pas_pci_init(); 80 81#ifdef CONFIG_DUMMY_CONSOLE 82 conswitchp = &dummy_con; 83#endif 84 |
85 printk(KERN_DEBUG "Using default idle loop\n"); | 85 pasemi_idle_init(); |
86} 87 88/* No legacy IO on our parts */ 89static int pas_check_legacy_ioport(unsigned int baseport) 90{ 91 return -ENODEV; 92} 93 --- 128 unchanged lines hidden --- | 86} 87 88/* No legacy IO on our parts */ 89static int pas_check_legacy_ioport(unsigned int baseport) 90{ 91 return -ENODEV; 92} 93 --- 128 unchanged lines hidden --- |