mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	[MIPS] Cobalt: Fix ethernet interrupts for RaQ1
RAQ1 uses the same interrupt routing as Qube2. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
		
							parent
							
								
									2f02c15a5d
								
							
						
					
					
						commit
						f6c0f32ee8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -177,7 +177,7 @@ static char irq_tab_raq2[] __initdata = { | |||
| 
 | ||||
| int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) | ||||
| { | ||||
| 	if (cobalt_board_id < COBALT_BRD_ID_QUBE2) | ||||
| 	if (cobalt_board_id <= COBALT_BRD_ID_QUBE1) | ||||
| 		return irq_tab_qube1[slot]; | ||||
| 
 | ||||
| 	if (cobalt_board_id == COBALT_BRD_ID_RAQ2) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Thomas Bogendoerfer
						Thomas Bogendoerfer