X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh%2Fcache.h;h=083419f47c65a060a6d7ba20ab50954afa55f09d;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=01e5cf51ba9b38012469e7ceb0b78ab222e42fe5;hpb=5c27d0f11e679e6e5b6b2047b8658409699d4a67;p=linux-2.6 diff --git a/include/asm-sh/cache.h b/include/asm-sh/cache.h index 01e5cf51ba..083419f47c 100644 --- a/include/asm-sh/cache.h +++ b/include/asm-sh/cache.h @@ -12,11 +12,6 @@ #include #include -#define SH_CACHE_VALID 1 -#define SH_CACHE_UPDATED 2 -#define SH_CACHE_COMBINED 4 -#define SH_CACHE_ASSOC 8 - #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) #define __read_mostly __attribute__((__section__(".data.read_mostly")))