Index: kernel/test/debug/mips1.c
===================================================================
--- kernel/test/debug/mips1.c	(revision 8a72a9ab5a133d8b33aa20a89b8d996a84ba6d60)
+++ kernel/test/debug/mips1.c	(revision 06da55b579d4404672ea2a8664146ec81c2b9df2)
@@ -26,6 +26,4 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
- 
-#ifdef mips32
 
 #include <print.h>
@@ -50,4 +48,2 @@
 	return "Back from debug mode";
 }
-
-#endif
Index: kernel/test/debug/mips1.def
===================================================================
--- kernel/test/debug/mips1.def	(revision 8a72a9ab5a133d8b33aa20a89b8d996a84ba6d60)
+++ kernel/test/debug/mips1.def	(revision 06da55b579d4404672ea2a8664146ec81c2b9df2)
@@ -1,3 +1,2 @@
-#ifdef mips32
 {
 	"mips1",
@@ -6,3 +5,2 @@
 	false
 },
-#endif
Index: kernel/test/debug/mips1_skip.c
===================================================================
--- kernel/test/debug/mips1_skip.c	(revision 06da55b579d4404672ea2a8664146ec81c2b9df2)
+++ kernel/test/debug/mips1_skip.c	(revision 06da55b579d4404672ea2a8664146ec81c2b9df2)
@@ -0,0 +1,34 @@
+/*
+ * Copyright (c) 2009 Martin Decky
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * - Redistributions of source code must retain the above copyright
+ *   notice, this list of conditions and the following disclaimer.
+ * - Redistributions in binary form must reproduce the above copyright
+ *   notice, this list of conditions and the following disclaimer in the
+ *   documentation and/or other materials provided with the distribution.
+ * - The name of the author may not be used to endorse or promote products
+ *   derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#include <test.h>
+
+char *test_mips1(bool quiet)
+{
+	return NULL;
+}
Index: kernel/test/mm/purge1.c
===================================================================
--- kernel/test/mm/purge1.c	(revision 8a72a9ab5a133d8b33aa20a89b8d996a84ba6d60)
+++ kernel/test/mm/purge1.c	(revision 06da55b579d4404672ea2a8664146ec81c2b9df2)
@@ -27,6 +27,4 @@
  */
 
-#ifdef ia64
-
 #include <print.h>
 #include <test.h>
@@ -48,8 +46,8 @@
 	
 	int i;
-																																													
+	
 	entryd.word[0] = 0;
 	entryd.word[1] = 0;
-												
+	
 	entryd.p = true;                 /* present */
 	entryd.ma = MA_WRITEBACK;
@@ -78,10 +76,8 @@
 	}
 	
-	tlb_invalidate_pages(8,0x0c000,14);
+	tlb_invalidate_pages(8, 0x0c000, 14);
 	
-	/*tlb_invalidate_all();*/
+	/* tlb_invalidate_all(); */
 	
 	return NULL;
 }
-
-#endif
Index: kernel/test/mm/purge1.def
===================================================================
--- kernel/test/mm/purge1.def	(revision 8a72a9ab5a133d8b33aa20a89b8d996a84ba6d60)
+++ kernel/test/mm/purge1.def	(revision 06da55b579d4404672ea2a8664146ec81c2b9df2)
@@ -1,3 +1,2 @@
-#ifdef ia64
 {
 	"purge1",
@@ -6,3 +5,2 @@
 	true
 },
-#endif
Index: kernel/test/mm/purge1_skip.c
===================================================================
--- kernel/test/mm/purge1_skip.c	(revision 06da55b579d4404672ea2a8664146ec81c2b9df2)
+++ kernel/test/mm/purge1_skip.c	(revision 06da55b579d4404672ea2a8664146ec81c2b9df2)
@@ -0,0 +1,34 @@
+/*
+ * Copyright (c) 2009 Martin Decky
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * - Redistributions of source code must retain the above copyright
+ *   notice, this list of conditions and the following disclaimer.
+ * - Redistributions in binary form must reproduce the above copyright
+ *   notice, this list of conditions and the following disclaimer in the
+ *   documentation and/or other materials provided with the distribution.
+ * - The name of the author may not be used to endorse or promote products
+ *   derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#include <test.h>
+
+char *test_purge1(bool quiet)
+{
+	return NULL;
+}
