Re: [PATCH] cacheinfo: Keep the old value if of_property_read_u32fails

2018-10-19 Thread Sudeep Holla
Hi, On Fri, Oct 19, 2018 at 02:23:27PM +0800, 陈华才 wrote: > Hi, Sudeep, > > I use MIPS, and there is no "size" in > /sys/devices/system/cpu/cpuX/cache/indexX/ file after your patch. Because > the DT node only has "next-level-cache = <&L2>;" but has no "size" > information. > Thanks for the confirm

Re: [PATCH] cacheinfo: Keep the old value if of_property_read_u32fails

2018-10-18 Thread 陈华才
From: "Sudeep Holla"; Date: Thu, Oct 18, 2018 05:15 PM To: "Huacai Chen"; Cc: "Greg Kroah-Hartman"; "Rafael J . Wysocki"; "LKML"; "zhangfx"; "wuzhangjin"; "Sudeep Holla"; Subject: Re: [PATCH] cachei