X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-um%2Fcache.h;h=19e1bdd674165739b66dab05cb04e7527f174b79;hb=2dc94310bd94d0906febea7d0f7c188da620c952;hp=a10602a5b2d6395ef697dbe7381278d4997ecf8f;hpb=7079060f3e86ea4c1d4e9c1e356592ef9dcaaa1f;p=pandora-kernel.git diff --git a/include/asm-um/cache.h b/include/asm-um/cache.h index a10602a5b2d6..19e1bdd67416 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