| * arch/mips/sni/pcimt_scache.c |
| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file "COPYING" in the main directory of this archive |
| * Copyright (c) 1997, 1998 by Ralf Baechle |
| #include <linux/kernel.h> |
| #define cacheconf (*(volatile unsigned int *)PCIMT_CACHECONF) |
| #define invspace (*(volatile unsigned int *)PCIMT_INVSPACE) |
| void __init sni_pcimt_sc_init(void) |
| unsigned int scsiz, sc_size; |
| printk("Second level cache is deactived.\n"); |
| printk("Invalid second level cache size configured, " |
| "deactivating second level cache.\n"); |
| printk("%dkb second level cache detected, deactivating.\n", sc_size); |