All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ppc32: Add missing prototype
@ 2005-01-18  1:50 Benjamin Herrenschmidt
  0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2005-01-18  1:50 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linuxppc-dev list, Linus Torvalds

Hi !

This patch fixes a warning by adding a missing function prototype
for enable_kernel_altivec().

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Index: linux-work/include/asm-ppc/system.h
===================================================================
--- linux-work.orig/include/asm-ppc/system.h	2004-11-22 11:50:50.000000000 +1100
+++ linux-work/include/asm-ppc/system.h	2005-01-17 13:49:51.633302712 +1100
@@ -74,6 +74,7 @@
 extern void pmac_find_display(void);
 extern void giveup_fpu(struct task_struct *);
 extern void enable_kernel_fp(void);
+extern void enable_kernel_altivec(void);
 extern void giveup_altivec(struct task_struct *);
 extern void load_up_altivec(struct task_struct *);
 extern void giveup_spe(struct task_struct *);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-18  1:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-18  1:50 [PATCH] ppc32: Add missing prototype Benjamin Herrenschmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.