提交 f4c3f038 编写于 作者: A Anirban Sinha 提交者: Linus Torvalds

Fix ia64 build breakage in head.S

The "cleanup console_print()" patch in commit
353f6dd2 introduced an "extern"
declaration into an assembly language file.  Remove it.
Signed-off-by: NAnirban Sinha <asinha@zeugmasystems.com>
Signed-off-by: NTony Luck <tony.luck@intel.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 ab86e576
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include <asm/mca_asm.h> #include <asm/mca_asm.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include "head.h"
#ifdef CONFIG_HOTPLUG_CPU #ifdef CONFIG_HOTPLUG_CPU
#define SAL_PSR_BITS_TO_SET \ #define SAL_PSR_BITS_TO_SET \
......
extern void console_print(const char *s);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册