URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-m68k/] [cache.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
/* * include/asm-m68k/cache.h */ #ifndef __ARCH_M68K_CACHE_H #define __ARCH_M68K_CACHE_H /* bytes per L1 cache line */ #define L1_CACHE_BYTES 16 #endif
Go to most recent revision | Compare with Previous | Blame | View Log