Skip to content

Commit

Permalink
[PATCH] uml: fix apparent "CONFIG_64_BIT" typo.
Browse files Browse the repository at this point in the history
Fix apparent typo, where CONFIG_64_BIT should read CONFIG_64BIT.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Feb 11, 2007
1 parent 81999a0 commit f688144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-um/elf-ppc.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern long elf_aux_hwcap;

#define elf_check_arch(x) (1)

#ifdef CONFIG_64_BIT
#ifdef CONFIG_64BIT
#define ELF_CLASS ELFCLASS64
#else
#define ELF_CLASS ELFCLASS32
Expand Down

0 comments on commit f688144

Please sign in to comment.