]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PARISC] Move #undef to end of syscall table
authorKyle McMartin <kyle@parisc-linux.org>
Sat, 17 Mar 2007 15:15:01 +0000 (11:15 -0400)
committerKyle McMartin <kyle@athena.road.mcmartin.ca>
Wed, 23 May 2007 02:42:58 +0000 (22:42 -0400)
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/syscall_table.S

index 8bf87e5d9c376ec6c187c8e444d377cad1484748..9323f4d64e1c26624ebccee4e977798251313e09 100644 (file)
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#undef ENTRY_SAME
-#undef ENTRY_DIFF
-#undef ENTRY_UHOH
-#undef ENTRY_COMP
-#undef ENTRY_OURS
 #if defined(CONFIG_64BIT) && !defined(SYSCALL_TABLE_64BIT)
 /* Use ENTRY_SAME for 32-bit syscalls which are the same on wide and
  * narrow palinux.  Use ENTRY_DIFF for those where a 32-bit specific
        ENTRY_COMP(fstatfs64)
        /* Nothing yet */
 
+#undef ENTRY_SAME
+#undef ENTRY_DIFF
+#undef ENTRY_UHOH
+#undef ENTRY_COMP
+#undef ENTRY_OURS