Fix ia64 build breakage in head.S
The "cleanup console_print()" patch in commit
353f6dd2de
introduced an "extern"
declaration into an assembly language file. Remove it.
Signed-off-by: Anirban Sinha <asinha@zeugmasystems.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
ab86e5765d
Коммит
f4c3f03838
|
@ -34,7 +34,6 @@
|
|||
#include <asm/mca_asm.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/linkage.h>
|
||||
#include "head.h"
|
||||
|
||||
#ifdef CONFIG_HOTPLUG_CPU
|
||||
#define SAL_PSR_BITS_TO_SET \
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
extern void console_print(const char *s);
|
Загрузка…
Ссылка в новой задаче