···11/*22 * include/asm-v850/cache.h -- Cache operations33 *44- * Copyright (C) 2001 NEC Corporation55- * Copyright (C) 2001 Miles Bader <miles@gnu.org>44+ * Copyright (C) 2001,05 NEC Corporation55+ * Copyright (C) 2001,05 Miles Bader <miles@gnu.org>66 *77 * This file is subject to the terms and conditions of the GNU General88 * Public License. See the file COPYING in the main directory of this···2020#ifndef L1_CACHE_BYTES2121/* This processor has no cache, so just choose an arbitrary value. */2222#define L1_CACHE_BYTES 162323+#define L1_CACHE_SHIFT 42324#endif2525+2626+#define L1_CACHE_SHIFT_MAX L1_CACHE_SHIFT24272528#endif /* __V850_CACHE_H__ */
+3-2
include/asm-v850/v850e2_cache.h
···22 * include/asm-v850/v850e2_cache_cache.h -- Cache control for V850E233 * cache memories44 *55- * Copyright (C) 2003 NEC Electronics Corporation66- * Copyright (C) 2003 Miles Bader <miles@gnu.org>55+ * Copyright (C) 2003,05 NEC Electronics Corporation66+ * Copyright (C) 2003,05 Miles Bader <miles@gnu.org>77 *88 * This file is subject to the terms and conditions of the GNU General99 * Public License. See the file COPYING in the main directory of this···69697070/* For <asm/cache.h> */7171#define L1_CACHE_BYTES V850E2_CACHE_LINE_SIZE7272+#define L1_CACHE_SHIFT V850E2_CACHE_LINE_SIZE_BITS727373747475#endif /* __V850_V850E2_CACHE_H__ */