linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 8/10] UML - Fix __pud_alloc definition to match the declaration
@ 2005-01-17  5:56 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2005-01-17  5:56 UTC (permalink / raw)
  To: akpm, Blaisorblade; +Cc: linux-kernel

Signed-off-by: Jeff Dike <jdike@addtoit.com>

Index: 2.6.10/include/asm-um/pgtable.h
===================================================================
--- 2.6.10.orig/include/asm-um/pgtable.h	2005-01-13 18:35:22.000000000 -0500
+++ 2.6.10/include/asm-um/pgtable.h	2005-01-13 19:11:25.000000000 -0500
@@ -9,6 +9,7 @@
 #define __UM_PGTABLE_H
 
 #include "linux/sched.h"
+#include "linux/linkage.h"
 #include "asm/processor.h"
 #include "asm/page.h"
 #include "asm/fixmap.h"
@@ -154,8 +155,8 @@
 #define pud_newpage(x)  (pud_val(x) & _PAGE_NEWPAGE)
 #define pud_mkuptodate(x) (pud_val(x) &= ~_PAGE_NEWPAGE)
 
-static inline pud_t *__pud_alloc(struct mm_struct *mm, pgd_t *pgd,
-				 unsigned long addr)
+static inline pud_t fastcall *__pud_alloc(struct mm_struct *mm, pgd_t *pgd,
+					  unsigned long addr)
 {
 	BUG();
 }


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

only message in thread, other threads:[~2005-01-17  3:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-17  5:56 [PATCH 8/10] UML - Fix __pud_alloc definition to match the declaration Jeff Dike

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).