|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/sched.h>#include <linux/mm.h>#include <asm/bcache.h>#include <asm/page.h>#include <asm/pgtable.h>#include <asm/bootinfo.h>#include <asm/sgi/ip22.h>#include <asm/sgi/mc.h>Go to the source code of this file.
Macros | |
| #define | SC_SIZE 0x00080000 |
| #define | SC_LINE 32 |
| #define | CI_MASK (SC_SIZE - SC_LINE) |
| #define | SC_INDEX(n) ((n) & CI_MASK) |
Functions | |
| void __cpuinit | indy_sc_init (void) |
1.8.2