mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 06:41:43 +00:00
staging: octeon-usb: delete CVMX_PREFETCH128
Delete unused macro. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5e77a281eb
commit
10828735df
@ -57,7 +57,6 @@
|
||||
#include <asm/octeon/cvmx-helper.h>
|
||||
#include <asm/octeon/cvmx-helper-board.h>
|
||||
|
||||
#define CVMX_PREFETCH128(address) CVMX_PREFETCH(address, 128)
|
||||
// a normal prefetch
|
||||
#define CVMX_PREFETCH(address, offset) CVMX_PREFETCH_PREF0(address, offset)
|
||||
// normal prefetches that use the pref instruction
|
||||
|
Loading…
Reference in New Issue
Block a user