public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* printk_clock() patch breaks sn2 arch
@ 2006-10-23 21:00 Christoph Lameter
  2006-10-23 21:33 ` Martin Peschke
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christoph Lameter @ 2006-10-23 21:00 UTC (permalink / raw)
  To: linux-ia64

At the mininum we need to have a declaration of the ia64_timestamp 
function otherwise ia64 sn2 does not even compile.

Signed-off-by: Christoph Lameter <clameter@sgi.com>

Index: linux-2.6.19-rc2-mm2/include/asm-ia64/timex.h
=================================--- linux-2.6.19-rc2-mm2.orig/include/asm-ia64/timex.h	2006-10-13 11:25:04.000000000 -0500
+++ linux-2.6.19-rc2-mm2/include/asm-ia64/timex.h	2006-10-23 15:48:05.565981377 -0500
@@ -39,4 +39,6 @@ get_cycles (void)
 	return ret;
 }
 
+extern unsigned long long (*ia64_timestamp_clock)(void);
+
 #endif /* _ASM_IA64_TIMEX_H */

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-10-23 22:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-23 21:00 printk_clock() patch breaks sn2 arch Christoph Lameter
2006-10-23 21:33 ` Martin Peschke
2006-10-23 21:48 ` Christoph Lameter
2006-10-23 22:04 ` Martin Peschke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox