Re: [PATCH v4 2/4] x86/mce: Make 3 functions non-static

2019-09-30 Thread Borislav Petkov
On Wed, Sep 18, 2019 at 02:19:31PM +0800, Tony W Wang-oc wrote: > These functions are declared static and cannot be used in others > .c source file. this commit removes the static attribute and adds > the declaration to the header for these functions. > > Signed-off-by: Tony W Wang-oc > --- > ar

[PATCH v4 2/4] x86/mce: Make 3 functions non-static

2019-09-17 Thread Tony W Wang-oc
These functions are declared static and cannot be used in others .c source file. this commit removes the static attribute and adds the declaration to the header for these functions. Signed-off-by: Tony W Wang-oc --- arch/x86/kernel/cpu/mce/intel.c| 6 +++--- arch/x86/kernel/cpu/mce/internal.