On Thu, 14 Sep 2006 11:51:37 -0400, Peter Watkins <treestem@xxxxxxxxx> wrote: > This patch shows you more details about the cache using /proc/cpuinfo. > It also shows the TLB page size. Unfortunately this patch will not work for users of c-r3k.c and c-sb1.c. These does not fill correct values to cpu_data for now. Also, current_cpu_data should not be used in show_cpuinfo. You can use cpu_data[n] instead. # I know now show_cpuinfo _is_ using current_cpu_data in some place. # These should be fixed. A patch have been sent to Ralf already. --- Atsushi Nemoto