Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4437637c authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Delete unused definition of SMP_CACHE_SHIFT.

parent 296e46db
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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")))