Re: [PATCH 3/4 v3] arc: fix data type errors in platform headers

2018-07-29 Thread Leon Romanovsky
On Sun, Jul 29, 2018 at 11:10:51AM -0700, Randy Dunlap wrote: > On 07/29/2018 12:01 AM, Leon Romanovsky wrote: > > On Thu, Jul 26, 2018 at 08:16:35PM -0700, rd_dunlab wrote: > >> From: Randy Dunlap > >> > >> Add to fix build errors. > >> Both ctop.h and use u32 types and cause many > >> errors.

Re: [PATCH] NET: stmmac: align DMA stuff to largest cache line length

2018-07-29 Thread David Miller
From: Eugeniy Paltsev Date: Thu, 26 Jul 2018 15:05:37 +0300 > As for today STMMAC_ALIGN macro (which is used to align DMA stuff) > relies on L1 line length (L1_CACHE_BYTES). > This isn't correct in case of system with several cache levels > which might have L1 cache line length smaller than L2 li

[PATCH 3/4 v3] arc: fix data type errors in platform headers

2018-07-29 Thread Randy Dunlap
On 07/29/2018 12:01 AM, Leon Romanovsky wrote: > On Thu, Jul 26, 2018 at 08:16:35PM -0700, rd_dunlab wrote: >> From: Randy Dunlap >> >> Add to fix build errors. >> Both ctop.h and use u32 types and cause many >> errors. >> >> Examples: >> ../include/soc/nps/common.h:71:4: error: unknown type nam

Re: [PATCH 4/4 v2] arc: fix printk warning in arc/plat-eznps/mtm.c

2018-07-29 Thread Leon Romanovsky
On Thu, Jul 26, 2018 at 08:16:35PM -0700, rd_dunlab wrote: > From: Randy Dunlap > > Fix printk format warning in arch/arc/plat-eznps/mtm.c: > > In file included from ../include/linux/printk.h:7, > from ../include/linux/kernel.h:14, > from ../include/linux/list.h:9

Re: [PATCH 3/4 v2] arc: fix data type errors in platform headers

2018-07-29 Thread Leon Romanovsky
On Thu, Jul 26, 2018 at 08:16:35PM -0700, rd_dunlab wrote: > From: Randy Dunlap > > Add to fix build errors. > Both ctop.h and use u32 types and cause many > errors. > > Examples: > ../include/soc/nps/common.h:71:4: error: unknown type name 'u32' > u32 __reserved:20, cluster:4, core:4, threa