* [PATCH] No auxio on LEON
@ 2009-11-13 13:57 Kristoffer Glembo
2009-11-13 15:21 ` Kristoffer Glembo
2009-11-16 10:54 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Kristoffer Glembo @ 2009-11-13 13:57 UTC (permalink / raw)
To: sparclinux
Do not probe for auxio register on SPARC LEON.
(with proper emacs settings this time, thanks Josip)
Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com>
---
arch/sparc/kernel/auxio_32.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/sparc/kernel/auxio_32.c b/arch/sparc/kernel/auxio_32.c
index 45c4123..ee8d214 100644
--- a/arch/sparc/kernel/auxio_32.c
+++ b/arch/sparc/kernel/auxio_32.c
@@ -28,6 +28,7 @@ void __init auxio_probe(void)
struct resource r;
switch (sparc_cpu_model) {
+ case sparc_leon:
case sun4d:
case sun4:
return;
--
1.5.2.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] No auxio on LEON
2009-11-13 13:57 [PATCH] No auxio on LEON Kristoffer Glembo
@ 2009-11-13 15:21 ` Kristoffer Glembo
2009-11-16 10:54 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Kristoffer Glembo @ 2009-11-13 15:21 UTC (permalink / raw)
To: sparclinux
Resending this again because my mail client was not correctly configured:
Do not probe for auxio register on SPARC LEON.
(with proper emacs settings this time, thanks Josip)
Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com>
---
arch/sparc/kernel/auxio_32.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/sparc/kernel/auxio_32.c b/arch/sparc/kernel/auxio_32.c
index 45c4123..ee8d214 100644
--- a/arch/sparc/kernel/auxio_32.c
+++ b/arch/sparc/kernel/auxio_32.c
@@ -28,6 +28,7 @@ void __init auxio_probe(void)
struct resource r;
switch (sparc_cpu_model) {
+ case sparc_leon:
case sun4d:
case sun4:
return;
--
1.5.2.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] No auxio on LEON
2009-11-13 13:57 [PATCH] No auxio on LEON Kristoffer Glembo
2009-11-13 15:21 ` Kristoffer Glembo
@ 2009-11-16 10:54 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2009-11-16 10:54 UTC (permalink / raw)
To: sparclinux
From: Kristoffer Glembo <kristoffer@gaisler.com>
Date: Fri, 13 Nov 2009 16:21:22 +0100
> Resending this again because my mail client was not correctly configured:
>
> Do not probe for auxio register on SPARC LEON.
>
> (with proper emacs settings this time, thanks Josip)
>
> Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com>
Applied to sparc-next-2.6
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-16 10:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 13:57 [PATCH] No auxio on LEON Kristoffer Glembo
2009-11-13 15:21 ` Kristoffer Glembo
2009-11-16 10:54 ` David Miller
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.