[BACK]Return to cache.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs-all / include / asm-m68k

File: [Development] / linux-2.6-xfs-all / include / asm-m68k / cache.h (download)

Revision 1.2, Wed Jan 25 00:04:14 2006 UTC (11 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -2 lines

Merge up to 2.6.16-rc1

/*
 * include/asm-m68k/cache.h
 */
#ifndef __ARCH_M68K_CACHE_H
#define __ARCH_M68K_CACHE_H

/* bytes per L1 cache line */
#define        L1_CACHE_SHIFT  4
#define        L1_CACHE_BYTES  (1<< L1_CACHE_SHIFT)

#endif