Skip to content

Commit

Permalink
No auxio on LEON
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kristoffer Glembo authored and David S. Miller committed Nov 16, 2009
1 parent 4edd5ad commit c000c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sparc/kernel/auxio_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ void __init auxio_probe(void)
struct resource r;

switch (sparc_cpu_model) {
case sparc_leon:
case sun4d:
case sun4:
return;
Expand Down

0 comments on commit c000c71

Please sign in to comment.