[patch 23/23] openmosix/openmosix-migrecv-fix-warnings.patch

Florian Delizy <[email protected]> Mon, 25 Sep 2006 17:35:45 +0200
Newsgroups gmane.linux.cluster.openmosix.devel
Message-ID <[email protected]>
This patch fixes some silly warnings in migrecv.c (unused variables)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
openMosix-devel mailing list
openMosix-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openmosix-devel
openmosix-migrecv-fix-warnings.patch (text/x-patch, 405 B)
Index: linux/hpc/migrecv.c
===================================================================
--- linux.orig/hpc/migrecv.c	2006-09-25 17:18:55.000000000 +0200
+++ linux/hpc/migrecv.c	2006-09-25 17:19:15.000000000 +0200
@@ -304,10 +304,6 @@
 	struct page *recv_page = NULL;
 	unsigned long addr;
 	void *kmpage;
-	pgd_t * pgd;
-	pud_t * pud;
-	pmd_t * pmd;
-	pte_t * pte;
 
  	/*
  	FIXME:   another way?