diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-04-19 04:00:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-04-19 04:00:00 +0000 |
commit | 46e045034336a2cc90c1798cd7cc07af744ddfd6 (patch) | |
tree | 3b9b51fc482e729f663d25333e77fbed9aaa939a /drivers/net/sk98lin/skge.c | |
parent | 31dc59d503a02e84c4de98826452acaeb56dc15a (diff) |
Merge with Linux 2.3.99-pre4.
Diffstat (limited to 'drivers/net/sk98lin/skge.c')
-rw-r--r-- | drivers/net/sk98lin/skge.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/sk98lin/skge.c b/drivers/net/sk98lin/skge.c index f6710a0b5..2fb6a6970 100644 --- a/drivers/net/sk98lin/skge.c +++ b/drivers/net/sk98lin/skge.c @@ -412,21 +412,6 @@ static int __init skge_probe (void) pci_set_master(pdev); -#ifdef __sparc__ - /* Set the proper cache line size value, plus enable - * write-invalidate and fast back-to-back on Sparc. - */ - { - SK_U16 pci_command; - - SkPciWriteCfgByte(pAC, PCI_CACHE_LINE_SIZE, 0x10); - - SkPciReadCfgWord(pAC, PCI_COMMAND, &pci_command); - pci_command |= (PCI_COMMAND_INVALIDATE | PCI_COMMAND_FAST_BACK); - SkPciWriteCfgWord(pAC, PCI_COMMAND, pci_command); - } -#endif - base_address = pdev->resource[0].start; #ifdef SK_BIG_ENDIAN |