summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/cache.h
blob: aa1040e1350c02e0da3f2f9a8b07411e777de5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ASM_IA64_CACHE_H
#define _ASM_IA64_CACHE_H

/*
 * Copyright (C) 1998, 1999 Hewlett-Packard Co
 * Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
 */

/* Bytes per L1 (data) cache line.  */
#define L1_CACHE_BYTES		64

#endif /* _ASM_IA64_CACHE_H */