[PATCH v4 0/2] x86: xen: add missing prototypes

Juergen Gross posted 2 patches 10 months, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
arch/x86/xen/efi.c     |  2 ++
arch/x86/xen/mmu_pv.c  | 16 ++++++++++++++++
arch/x86/xen/smp.h     |  4 ++++
arch/x86/xen/smp_pv.c  |  1 -
arch/x86/xen/xen-ops.h |  3 +++
include/xen/xen.h      |  3 +++
6 files changed, 28 insertions(+), 1 deletion(-)
[PATCH v4 0/2] x86: xen: add missing prototypes
Posted by Juergen Gross 10 months, 3 weeks ago
Avoid missing prototype warnings.

Arnd Bergmann (1):
  x86: xen: add missing prototypes

Juergen Gross (1):
  x86/xen: add prototypes for paravirt mmu functions

 arch/x86/xen/efi.c     |  2 ++
 arch/x86/xen/mmu_pv.c  | 16 ++++++++++++++++
 arch/x86/xen/smp.h     |  4 ++++
 arch/x86/xen/smp_pv.c  |  1 -
 arch/x86/xen/xen-ops.h |  3 +++
 include/xen/xen.h      |  3 +++
 6 files changed, 28 insertions(+), 1 deletion(-)

-- 
2.35.3
Re: [PATCH v4 0/2] x86: xen: add missing prototypes
Posted by Boris Ostrovsky 10 months, 3 weeks ago

On 6/14/23 3:34 AM, Juergen Gross wrote:
> Avoid missing prototype warnings.
> 
> Arnd Bergmann (1):
>    x86: xen: add missing prototypes
> 
> Juergen Gross (1):
>    x86/xen: add prototypes for paravirt mmu functions
> 
>   arch/x86/xen/efi.c     |  2 ++
>   arch/x86/xen/mmu_pv.c  | 16 ++++++++++++++++
>   arch/x86/xen/smp.h     |  4 ++++
>   arch/x86/xen/smp_pv.c  |  1 -
>   arch/x86/xen/xen-ops.h |  3 +++
>   include/xen/xen.h      |  3 +++
>   6 files changed, 28 insertions(+), 1 deletion(-)
> 


Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>