This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / kmalloc_sizes.h
1 #if (PAGE_SIZE == 4096)
2         CACHE(32)
3 #endif
4         CACHE(64)
5 #if L1_CACHE_BYTES < 64
6         CACHE(96)
7 #endif
8         CACHE(128)
9 #if L1_CACHE_BYTES < 128
10         CACHE(192)
11 #endif
12         CACHE(256)
13         CACHE(512)
14         CACHE(1024)
15         CACHE(1620)
16         CACHE(2048)
17         CACHE(4096)
18         CACHE(8192)
19         CACHE(16384)
20         CACHE(32768)
21         CACHE(65536)
22         CACHE(131072)
23 #ifndef CONFIG_MMU
24         CACHE(262144)
25         CACHE(524288)
26         CACHE(1048576)
27 #ifdef CONFIG_LARGE_ALLOCS
28         CACHE(2097152)
29         CACHE(4194304)
30         CACHE(8388608)
31         CACHE(16777216)
32         CACHE(33554432)
33 #endif /* CONFIG_LARGE_ALLOCS */
34 #endif /* CONFIG_MMU */