mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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:
parent
4edd5ad0f5
commit
c000c71272
@ -28,6 +28,7 @@ void __init auxio_probe(void)
|
||||
struct resource r;
|
||||
|
||||
switch (sparc_cpu_model) {
|
||||
case sparc_leon:
|
||||
case sun4d:
|
||||
case sun4:
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user