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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 04 May 2007 09:57:40 +0200
From:	"Julio M. Merino Vidal" <jmerino@...upc.edu>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] powerpc: Remove obsolete prototype

Hello,

The include/asm-powerpc/paca.h file has a prototype for a function that 
does not exist any more; its name is setup_boot_paca.  This function was 
removed in commit 4ba99b97dadd35b9ce1438b2bc7c992a4a14a8b1, so its 
prototype should have been removed at that time too.  Patch below.

Kind regards,


Signed-off-by: Julio M. Merino Vidal <jmerino@...upc.edu>

diff --git a/include/asm-powerpc/paca.h b/include/asm-powerpc/paca.h
index cf95274..00a70e5 100644
--- a/include/asm-powerpc/paca.h
+++ b/include/asm-powerpc/paca.h
@@ -107,7 +107,5 @@ struct paca_struct {
 
 extern struct paca_struct paca[];
 
-void setup_boot_paca(void);
-
 #endif /* __KERNEL__ */
 #endif /* _ASM_POWERPC_PACA_H */

-- 
Julio M. Merino Vidal <jmerino@...upc.edu>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ