Re: [Xen-devel] [PATCH 1/9] x86/mtrr: prefix fns with mtrr and drop static

2016-08-18 Thread Jan Beulich
>>> On 18.08.16 at 03:38, wrote: > On 8/17/16 7:36 AM, Jan Beulich wrote: > On 17.08.16 at 01:28, wrote: >>> For the functions that make up the interface to the MTRR code, drop the >>> static keyword and prefix them all with mtrr for improved clarity when >>> they're called outside this file.

Re: [Xen-devel] [PATCH 1/9] x86/mtrr: prefix fns with mtrr and drop static

2016-08-17 Thread Doug Goldstein
On 8/17/16 7:36 AM, Jan Beulich wrote: On 17.08.16 at 01:28, wrote: >> For the functions that make up the interface to the MTRR code, drop the >> static keyword and prefix them all with mtrr for improved clarity when >> they're called outside this file. This also required adjusting or >> prov

Re: [Xen-devel] [PATCH 1/9] x86/mtrr: prefix fns with mtrr and drop static

2016-08-17 Thread Jan Beulich
>>> On 17.08.16 at 01:28, wrote: > For the functions that make up the interface to the MTRR code, drop the > static keyword and prefix them all with mtrr for improved clarity when > they're called outside this file. This also required adjusting or > providing function prototypes to make them calla

[Xen-devel] [PATCH 1/9] x86/mtrr: prefix fns with mtrr and drop static

2016-08-16 Thread Doug Goldstein
For the functions that make up the interface to the MTRR code, drop the static keyword and prefix them all with mtrr for improved clarity when they're called outside this file. This also required adjusting or providing function prototypes to make them callable. Signed-off-by: Doug Goldstein ---