projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81999a0
)
[PATCH] uml: fix apparent "CONFIG_64_BIT" typo.
author
Robert P. J. Day
<
[email protected]
>
Sat, 10 Feb 2007 09:44:22 +0000
(
01:44
-0800)
committer
Linus Torvalds
<
[email protected]
>
Sun, 11 Feb 2007 18:51:23 +0000
(10:51 -0800)
Fix apparent typo, where CONFIG_64_BIT should read CONFIG_64BIT.
Signed-off-by: Robert P. J. Day <
[email protected]
>
Cc: Jeff Dike <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/asm-um/elf-ppc.h
patch
|
blob
|
history
diff --git
a/include/asm-um/elf-ppc.h
b/include/asm-um/elf-ppc.h
index 99711134e477a2bae4a4ddb9c80961363b458f19..d3b90b7ac3e9820921272b12642f193803b142f5 100644
(file)
--- a/
include/asm-um/elf-ppc.h
+++ b/
include/asm-um/elf-ppc.h
@@
-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