[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <DDFD17CC94A9BD49A82147DDF7D545C501F100EB@exchange.ZeugmaSystems.local>
Date: Tue, 15 Sep 2009 11:05:43 -0700
From: "Anirban Sinha" <ASinha@...gmasystems.com>
To: "Tony Luck" <tony.luck@...el.com>
Cc: "Bjorn Helgaas" <bjorn.helgaas@...com>,
"Linus Torvalds" <torvalds@...ux-foundation.org>,
<linux-kernel@...r.kernel.org>,
"Randy Dunlap" <randy.dunlap@...cle.com>,
<linux-ia64@...r.kernel.org>
Subject: RE: [PATCH] cleanup legacy console_print function
>Umm. Your new file "head.h" is only included by head.S ... perhaps it
>would be
>better to delete head.h entirely and drop the #include from head.S?
>
Will it resolve the function symbol though? I dunno.
I can drop the head.h completely and add:
#ifndef __ASSEMBLY__
extern void console_print(const char *s);
#endif
to head.S if that is a better option.
Ani
--
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