Re: [ORLinux] [PATCH] openrisc: add cache way information to cpuinfo

2013-08-01 Thread Jonas Bonn
On 04/27/2013 08:02 PM, Stefan Kristiansson wrote: Motivation for this is to be able to print the way information properly in print_cpuinfo(), instead of hardcoding it to one. Signed-off-by: Stefan Kristiansson Applied. Thanks. /Jonas --- arch/openrisc/include/asm/cpuinfo.h | 2 ++ arc

[PATCH] openrisc: add cache way information to cpuinfo

2013-04-27 Thread Stefan Kristiansson
Motivation for this is to be able to print the way information properly in print_cpuinfo(), instead of hardcoding it to one. Signed-off-by: Stefan Kristiansson --- arch/openrisc/include/asm/cpuinfo.h | 2 ++ arch/openrisc/kernel/setup.c| 20 +--- 2 files changed, 15 inse