lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220911093212.3220496-1-cuigaosheng1@huawei.com>
Date:   Sun, 11 Sep 2022 17:32:12 +0800
From:   Gaosheng Cui <cuigaosheng1@...wei.com>
To:     <robinmholt@...il.com>, <steve.wahl@....com>,
        <mike.travis@....com>, <arnd@...db.de>,
        <gregkh@...uxfoundation.org>, <cuigaosheng1@...wei.com>,
        <hch@....de>
CC:     <linux-kernel@...r.kernel.org>
Subject: [PATCH] drivers/misc/sgi-xp: remove unused declarations in xp.h

xp_nofault_PIOR_target and xp_error_PIOR have been removed since
commit 9726bfcdb977 ("misc/sgi-xp: remove SGI SN2 support"),
so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@...wei.com>
---
 drivers/misc/sgi-xp/xp.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/misc/sgi-xp/xp.h b/drivers/misc/sgi-xp/xp.h
index 9f9af77f8d2e..cf073304b714 100644
--- a/drivers/misc/sgi-xp/xp.h
+++ b/drivers/misc/sgi-xp/xp.h
@@ -334,9 +334,7 @@ extern int (*xp_cpu_to_nasid) (int);
 extern enum xp_retval (*xp_expand_memprotect) (unsigned long, unsigned long);
 extern enum xp_retval (*xp_restrict_memprotect) (unsigned long, unsigned long);
 
-extern u64 xp_nofault_PIOR_target;
 extern int xp_nofault_PIOR(void *);
-extern int xp_error_PIOR(void);
 
 extern struct device *xp;
 extern enum xp_retval xp_init_uv(void);
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ