All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Gaisler <jiri@gaisler.com>
To: sparclinux@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, wli@holomorphy.com
Subject: [3/7] LEON SPARC V8 processor support for linux-2.6.10
Date: Tue, 04 Jan 2005 19:04:11 +0000	[thread overview]
Message-ID: <41DAE8AB.1020002@gaisler.com> (raw)

[-- 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 ||

WARNING: multiple messages have this Message-ID (diff)
From: Jiri Gaisler <jiri@gaisler.com>
To: sparclinux@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, wli@holomorphy.com
Subject: [3/7] LEON SPARC V8 processor support for linux-2.6.10
Date: Tue, 04 Jan 2005 20:04:11 +0100	[thread overview]
Message-ID: <41DAE8AB.1020002@gaisler.com> (raw)

[-- 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 ||

             reply	other threads:[~2005-01-04 19:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-04 19:04 Jiri Gaisler [this message]
2005-01-04 19:04 ` [3/7] LEON SPARC V8 processor support for linux-2.6.10 Jiri Gaisler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41DAE8AB.1020002@gaisler.com \
    --to=jiri@gaisler.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sparclinux@vger.kernel.org \
    --cc=wli@holomorphy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.