aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/boot/main.c
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2015-03-23 22:47:21 +0100
committerMatt Turner <mattst88@gmail.com>2015-05-26 10:01:50 -0700
commit234306038064131a77da176d41e89e2c1535cda9 (patch)
tree87cf662b943e62a09a704353bcc5b9b3c5f45a6d /arch/alpha/boot/main.c
parentalpha: copy_thread(): rename 'arg' argument to 'kthread_arg' (diff)
downloadlinux-dev-234306038064131a77da176d41e89e2c1535cda9.tar.xz
linux-dev-234306038064131a77da176d41e89e2c1535cda9.zip
alpha: Fix bootpfile and bootpzfile make targets
Fix the bootpfile and bootpzfile make targets to creat BOOTP images. Both targets were broken due to some missing defines to re-map ELF constants. In addition the old code used the generic vsprintf function of the kernel which we now replace by a simple and much smaller implementation for the bootloader. Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/boot/main.c')
-rw-r--r--arch/alpha/boot/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/boot/main.c b/arch/alpha/boot/main.c
index 3baf2d1e908d..dd6eb4a33582 100644
--- a/arch/alpha/boot/main.c
+++ b/arch/alpha/boot/main.c
@@ -19,7 +19,6 @@
#include "ksize.h"
-extern int vsprintf(char *, const char *, va_list);
extern unsigned long switch_to_osf_pal(unsigned long nr,
struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
unsigned long *vptb);