Re: [PATCH 9/9] arch/x86/platform/uv: BAU UV4 add version-specific functions

2016-09-21 Thread andrew banman
On Wed, Sep 21, 2016 at 02:55:27PM +0200, Ingo Molnar wrote: > > * Andrew Banman wrote: > > > Add the UV4-specific function definitions and define an operations struct > > to implement them in the BAU driver. > > > > Many BAU MMRs, although functionally the same, have new

Re: [PATCH 9/9] arch/x86/platform/uv: BAU UV4 add version-specific functions

2016-09-21 Thread andrew banman
On Wed, Sep 21, 2016 at 02:55:27PM +0200, Ingo Molnar wrote: > > * Andrew Banman wrote: > > > Add the UV4-specific function definitions and define an operations struct > > to implement them in the BAU driver. > > > > Many BAU MMRs, although functionally the same, have new addresses on UV4 > >

Re: [PATCH 9/9] arch/x86/platform/uv: BAU UV4 add version-specific functions

2016-09-21 Thread Ingo Molnar
* Andrew Banman wrote: > Add the UV4-specific function definitions and define an operations struct > to implement them in the BAU driver. > > Many BAU MMRs, although functionally the same, have new addresses on UV4 > due to hardware changes. Each MMR requires new read/write

Re: [PATCH 9/9] arch/x86/platform/uv: BAU UV4 add version-specific functions

2016-09-21 Thread Ingo Molnar
* Andrew Banman wrote: > Add the UV4-specific function definitions and define an operations struct > to implement them in the BAU driver. > > Many BAU MMRs, although functionally the same, have new addresses on UV4 > due to hardware changes. Each MMR requires new read/write functions, but >

[PATCH 9/9] arch/x86/platform/uv: BAU UV4 add version-specific functions

2016-09-20 Thread Andrew Banman
Add the UV4-specific function definitions and define an operations struct to implement them in the BAU driver. Many BAU MMRs, although functionally the same, have new addresses on UV4 due to hardware changes. Each MMR requires new read/write functions, but their implementation in the driver does

[PATCH 9/9] arch/x86/platform/uv: BAU UV4 add version-specific functions

2016-09-20 Thread Andrew Banman
Add the UV4-specific function definitions and define an operations struct to implement them in the BAU driver. Many BAU MMRs, although functionally the same, have new addresses on UV4 due to hardware changes. Each MMR requires new read/write functions, but their implementation in the driver does