diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:33:18 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:33:18 +0000 |
commit | de69f84399125d33f593c1a2245ca9ff886b0ae7 (patch) | |
tree | 4993ed1520f05d4dcaf127e649863141aa0fbb46 /target/linux/sibyte/patches/101-rhone_physmap.patch | |
parent | 4ef09dc5f8bbf051437f921ec972ff10c4248edc (diff) | |
download | upstream-de69f84399125d33f593c1a2245ca9ff886b0ae7.tar.gz upstream-de69f84399125d33f593c1a2245ca9ff886b0ae7.tar.bz2 upstream-de69f84399125d33f593c1a2245ca9ff886b0ae7.zip |
upgrade to 2.6.37.4
SVN-Revision: 26228
Diffstat (limited to 'target/linux/sibyte/patches/101-rhone_physmap.patch')
-rw-r--r-- | target/linux/sibyte/patches/101-rhone_physmap.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/sibyte/patches/101-rhone_physmap.patch b/target/linux/sibyte/patches/101-rhone_physmap.patch index e0d774e96a..fb917379ec 100644 --- a/target/linux/sibyte/patches/101-rhone_physmap.patch +++ b/target/linux/sibyte/patches/101-rhone_physmap.patch @@ -8,10 +8,10 @@ #include <asm/sibyte/board.h> #include <asm/sibyte/sb1250_genbus.h> #include <asm/sibyte/sb1250_regs.h> -@@ -83,3 +84,71 @@ static int __init swarm_pata_init(void) - device_initcall(swarm_pata_init); - - #endif /* defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR) */ +@@ -137,3 +138,71 @@ static int __init sb1250_device_init(voi + return ret; + } + device_initcall(sb1250_device_init); + +#ifdef CONFIG_SIBYTE_RHONE + |