linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ppc64: Fix G5 build with DART (iommu) support
@ 2004-04-08  0:12 Benjamin Herrenschmidt
  0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-04-08  0:12 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list

Hi !

A recent patch that cleaned up some absolute/virt translation macros
forgot one occurence, thus breaking g5 build with iommu support.

Please apply,

Ben.

===== arch/ppc64/kernel/prom.c 1.66 vs edited =====
--- 1.66/arch/ppc64/kernel/prom.c	Wed Mar 31 01:45:59 2004
+++ edited/arch/ppc64/kernel/prom.c	Thu Apr  8 10:08:09 2004
@@ -798,7 +798,7 @@
 	 * will blow up an entire large page anyway in the kernel mapping
 	 */
 	RELOC(dart_tablebase) =
-		absolute_to_virt(lmb_alloc_base(1UL<<24, 1UL<<24, 0x80000000L));
+		abs_to_virt(lmb_alloc_base(1UL<<24, 1UL<<24, 0x80000000L));
 
 	prom_print(RELOC("Dart at: "));
 	prom_print_hex(RELOC(dart_tablebase));



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-08  0:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-08  0:12 [PATCH] ppc64: Fix G5 build with DART (iommu) support Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).