Revision 57ddd5c1803859d977c5a31a267d2c805ffe6e11 authored by Linus Torvalds on 13 March 2006, 00:41:27 UTC, committed by Linus Torvalds on 13 March 2006, 00:41:27 UTC
* 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:
  [PATCH] ahci: fix NULL pointer dereference detected by Coverity
2 parent s 7cafae5 + ed071ad
Raw File
cache.h
#ifndef _ASM_M32R_CACHE_H
#define _ASM_M32R_CACHE_H

/* $Id$ */

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

#endif  /* _ASM_M32R_CACHE_H */
back to top