* [3/7] LEON SPARC V8 processor support for linux-2.6.10
@ 2005-01-04 19:04 ` Jiri Gaisler
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Gaisler @ 2005-01-04 19:04 UTC (permalink / raw)
To: sparclinux; +Cc: linux-kernel, wli
[-- Attachment #1: Type: text/plain, Size: 95 bytes --]
linux-2.6.10: Kernel patches:
[3/7] diff2.6.10_drivers_sbus.diff: diff for drivers/sbus
[-- Attachment #2: diff2.6.10_drivers_sbus.diff --]
[-- Type: text/plain, Size: 563 bytes --]
diff -Naur ../linux-2.6.10/drivers/sbus/sbus.c linux-2.6.10/drivers/sbus/sbus.c
--- ../linux-2.6.10/drivers/sbus/sbus.c 2004-12-24 22:35:50.000000000 +0100
+++ linux-2.6.10/drivers/sbus/sbus.c 2005-01-03 11:36:33.000000000 +0100
@@ -358,6 +358,8 @@
(nd = prom_searchsiblings(nd, "sbi")) == 0) {
panic("sbi not found");
}
+ } else if(sparc_cpu_model == sparc_leon) {
+ return 0;
} else if((nd = prom_searchsiblings(topnd, "sbus")) == 0) {
if((iommund = prom_searchsiblings(topnd, "iommu")) == 0 ||
(nd = prom_getchild(iommund)) == 0 ||
^ permalink raw reply [flat|nested] 2+ messages in thread
* [3/7] LEON SPARC V8 processor support for linux-2.6.10
@ 2005-01-04 19:04 ` Jiri Gaisler
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Gaisler @ 2005-01-04 19:04 UTC (permalink / raw)
To: sparclinux; +Cc: linux-kernel, wli
[-- Attachment #1: Type: text/plain, Size: 95 bytes --]
linux-2.6.10: Kernel patches:
[3/7] diff2.6.10_drivers_sbus.diff: diff for drivers/sbus
[-- Attachment #2: diff2.6.10_drivers_sbus.diff --]
[-- Type: text/plain, Size: 563 bytes --]
diff -Naur ../linux-2.6.10/drivers/sbus/sbus.c linux-2.6.10/drivers/sbus/sbus.c
--- ../linux-2.6.10/drivers/sbus/sbus.c 2004-12-24 22:35:50.000000000 +0100
+++ linux-2.6.10/drivers/sbus/sbus.c 2005-01-03 11:36:33.000000000 +0100
@@ -358,6 +358,8 @@
(nd = prom_searchsiblings(nd, "sbi")) == 0) {
panic("sbi not found");
}
+ } else if(sparc_cpu_model == sparc_leon) {
+ return 0;
} else if((nd = prom_searchsiblings(topnd, "sbus")) == 0) {
if((iommund = prom_searchsiblings(topnd, "iommu")) == 0 ||
(nd = prom_getchild(iommund)) == 0 ||
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-04 19:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-04 19:04 [3/7] LEON SPARC V8 processor support for linux-2.6.10 Jiri Gaisler
2005-01-04 19:04 ` Jiri Gaisler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.