RE: [PATCH 2/3] sb_edac: virtualize several hard-coded functions

2015-06-15 Thread Anaczkowski, Lukasz
> From: Aristeu Rozanski [mailto:a...@redhat.com] > the only reason these exist is for when there's a difference between memory > controllers: > > pvt->info.get_memory_type = get_memory_type; > > pvt->info.get_memory_type = get_memory_type; > > pvt->info.get_m

Re: [PATCH 2/3] sb_edac: virtualize several hard-coded functions

2015-06-12 Thread Aristeu Rozanski
Hi Jim, Lukasz, On Tue, Jun 09, 2015 at 01:43:11PM +0200, lukasz.anaczkow...@intel.com wrote: > @@ -273,6 +270,10 @@ struct sbridge_info { > u64 (*get_tolm)(struct sbridge_pvt *pvt); > u64 (*get_tohm)(struct sbridge_pvt *pvt); > u64 (*rir_limit)