Skip to content

Commit

Permalink
MIPS: Delete unused definition of SMP_CACHE_SHIFT.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Apr 10, 2017
1 parent 296e46d commit 4437637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/include/asm/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT
#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)

#define SMP_CACHE_SHIFT L1_CACHE_SHIFT
#define SMP_CACHE_BYTES L1_CACHE_BYTES

#define __read_mostly __attribute__((__section__(".data..read_mostly")))
Expand Down

0 comments on commit 4437637

Please sign in to comment.