public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] export ia64_max_cacheline_size
@ 2005-11-04 22:07 Dave Jones
  2005-11-04 22:34 ` Christoph Hellwig
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Jones @ 2005-11-04 22:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

on ia64, dma_get_cache_alignment() needs ia64_max_cacheline_size,
which isn't exported. This breaks modular compilation of the b44
network driver (and possibly others).

Signed-off-by: Dave Jones <davej@redhat.com>


--- linux-2.6.14/arch/ia64/kernel/setup.c~	2005-11-04 17:05:23.000000000 -0500
+++ linux-2.6.14/arch/ia64/kernel/setup.c	2005-11-04 17:05:40.000000000 -0500
@@ -92,6 +92,7 @@ extern void efi_initialize_iomem_resourc
 extern char _text[], _end[], _etext[];
 
 unsigned long ia64_max_cacheline_size;
+EXPORT_SYMBOL(ia64_max_cacheline_size);
 unsigned long ia64_iobase;	/* virtual address for I/O accesses */
 EXPORT_SYMBOL(ia64_iobase);
 struct io_space io_space[MAX_IO_SPACES];

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

end of thread, other threads:[~2005-11-05  4:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-04 22:07 [PATCH] export ia64_max_cacheline_size Dave Jones
2005-11-04 22:34 ` Christoph Hellwig
2005-11-04 22:55   ` Andrew Morton
2005-11-04 23:52     ` Christoph Hellwig
2005-11-05  0:05       ` Andrew Morton
2005-11-05  4:35         ` John W. Linville
2005-11-05  4:37           ` [patch 2.6.14] ia64: re-implement dma_get_cache_alignment to avoid EXPORT_SYMBOL John W. Linville

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