No auxio on LEON

Do not probe for auxio register on SPARC LEON.

Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Kristoffer Glembo 2009-11-13 05:21:22 +00:00 committed by David S. Miller
parent 4edd5ad0f5
commit c000c71272
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ void __init auxio_probe(void)
struct resource r;
switch (sparc_cpu_model) {
case sparc_leon:
case sun4d:
case sun4:
return;