[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220920020711.789296-4-cuigaosheng1@huawei.com>
Date: Tue, 20 Sep 2022 10:07:10 +0800
From: Gaosheng Cui <cuigaosheng1@...wei.com>
To: <tglx@...utronix.de>, <mingo@...hat.com>, <bp@...en8.de>,
<dave.hansen@...ux.intel.com>, <x86@...nel.org>, <hpa@...or.com>,
<peterz@...radead.org>, <ndesaulniers@...gle.com>,
<jpoimboe@...nel.org>, <cuigaosheng1@...wei.com>,
<lukas.bulwahn@...il.com>, <akpm@...ux-foundation.org>,
<pbonzini@...hat.com>, <anshuman.khandual@....com>,
<namit@...are.com>, <seanjc@...gle.com>
CC: <linux-kernel@...r.kernel.org>
Subject: [PATCH 3/4] x86: remove orphan ia32_setup_arg_pages() declaration
The ia32_setup_arg_pages() has been removed by
commit b6a2fea39318 ("mm: variable length argument support"),
so remove the orphan declaration.
Signed-off-by: Gaosheng Cui <cuigaosheng1@...wei.com>
---
arch/x86/include/asm/ia32.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/include/asm/ia32.h b/arch/x86/include/asm/ia32.h
index fada857f0a1e..32e51ca35c0a 100644
--- a/arch/x86/include/asm/ia32.h
+++ b/arch/x86/include/asm/ia32.h
@@ -61,8 +61,6 @@ struct stat64 {
#ifdef __KERNEL__
struct linux_binprm;
-extern int ia32_setup_arg_pages(struct linux_binprm *bprm,
- unsigned long stack_top, int exec_stack);
struct mm_struct;
extern void ia32_pick_mmap_layout(struct mm_struct *mm);
--
2.25.1
Powered by blists - more mailing lists