All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Needed to get 2.5.7 to compile and link on Alpha [1/10]
@ 2002-03-21 17:17 Chris Meadors
  2002-03-28 17:53 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Meadors @ 2002-03-21 17:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-alpha

This is probally the Wrong Thing to do, but making pgalloc.h include 
highmem.h instead of the other way around, thus breaking at least the
Alpha and Sparc64 platforms wasn't much less Wrong.

-Chris 


--- linux-2.5.7/include/linux/highmem.h~	Wed Mar 20 11:09:42 2002
+++ linux-2.5.7/include/linux/highmem.h	Wed Mar 20 15:55:49 2002
@@ -4,6 +4,7 @@
 #include <linux/config.h>
 #include <linux/bio.h>
 #include <linux/fs.h>
+#include <asm/pgalloc.h>
 
 #ifdef CONFIG_HIGHMEM
 

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

end of thread, other threads:[~2002-03-28 17:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-21 17:17 [PATCH] Needed to get 2.5.7 to compile and link on Alpha [1/10] Chris Meadors
2002-03-28 17:53 ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.