]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-um/elf-ppc.h
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[linux-2.6-omap-h63xx.git] / include / asm-um / elf-ppc.h
index 99711134e477a2bae4a4ddb9c80961363b458f19..af9463cd8ce51f936af61c14d8ce217bf3eb5eec 100644 (file)
@@ -5,13 +5,13 @@
 extern long elf_aux_hwcap;
 #define ELF_HWCAP (elf_aux_hwcap)
 
-#define SET_PERSONALITY(ex, ibcs2) do ; while(0)
+#define SET_PERSONALITY(ex) do ; while(0)
 
 #define ELF_EXEC_PAGESIZE 4096
 
 #define elf_check_arch(x) (1)
 
-#ifdef CONFIG_64_BIT
+#ifdef CONFIG_64BIT
 #define ELF_CLASS ELFCLASS64
 #else
 #define ELF_CLASS ELFCLASS32