mirror of
https://github.com/torvalds/linux.git
synced 2025-04-11 04:53:02 +00:00

Based on the normalized pattern: this file is licensed under the terms of the gnu general public license version 2 this program is licensed as is without any warranty of any kind whether express or implied extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference. Reviewed-by: Allison Randal <allison@lohutok.net> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 lines
295 B
C
12 lines
295 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* arch/arm/include/asm/hardware/cache-tauros2.h
|
|
*
|
|
* Copyright (C) 2008 Marvell Semiconductor
|
|
*/
|
|
|
|
#define CACHE_TAUROS2_PREFETCH_ON (1 << 0)
|
|
#define CACHE_TAUROS2_LINEFILL_BURST8 (1 << 1)
|
|
|
|
extern void __init tauros2_init(unsigned int features);
|