Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus

* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte Sur

+4
+4
arch/mips/sibyte/swarm/platform.c
··· 9 9 #include <asm/sibyte/sb1250_genbus.h> 10 10 #include <asm/sibyte/sb1250_regs.h> 11 11 12 + #if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR) 13 + 12 14 #define DRV_NAME "pata-swarm" 13 15 14 16 #define SWARM_IDE_SHIFT 5 ··· 81 79 } 82 80 83 81 device_initcall(swarm_pata_init); 82 + 83 + #endif /* defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR) */