X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-um%2Fcache.h;h=19e1bdd674165739b66dab05cb04e7527f174b79;hb=f37f0afb2916ccf287428983026261db78c7661a;hp=a10602a5b2d6395ef697dbe7381278d4997ecf8f;hpb=c1d962035d49565d8c7a2d97519012ccb861778a;p=linux-2.6 diff --git a/include/asm-um/cache.h b/include/asm-um/cache.h index a10602a5b2..19e1bdd674 100644 --- a/include/asm-um/cache.h +++ b/include/asm-um/cache.h @@ -1,7 +1,6 @@ #ifndef __UM_CACHE_H #define __UM_CACHE_H -#include #if defined(CONFIG_UML_X86) && !defined(CONFIG_64BIT) # define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT) @@ -13,9 +12,6 @@ # define L1_CACHE_SHIFT 5 #endif -/* XXX: this is valid for x86 and x86_64. */ -#define L1_CACHE_SHIFT_MAX 7 /* largest L1 which this arch supports */ - #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) #endif