Re: [PATCH 05/17] prmem: shorthands for write rare on common types

2018-10-29 Thread Igor Stoppa
On 25/10/2018 01:28, Dave Hansen wrote: On 10/23/18 2:34 PM, Igor Stoppa wrote: Wrappers around the basic write rare functionality, addressing several common data types found in the kernel, allowing to specify the new values through immediates, like constants and defines. I have to wonder w

Re: [PATCH 05/17] prmem: shorthands for write rare on common types

2018-10-24 Thread Dave Hansen
On 10/23/18 2:34 PM, Igor Stoppa wrote: > Wrappers around the basic write rare functionality, addressing several > common data types found in the kernel, allowing to specify the new > values through immediates, like constants and defines. I have to wonder whether this is the right way, or whether

[PATCH 05/17] prmem: shorthands for write rare on common types

2018-10-23 Thread Igor Stoppa
Wrappers around the basic write rare functionality, addressing several common data types found in the kernel, allowing to specify the new values through immediates, like constants and defines. Note: The list is not complete and could be expanded. Signed-off-by: Igor Stoppa CC: Michal Hocko CC: