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:
86bc843
)
[PATCH] alpha: generic hweight build fix
author
Randy Dunlap
<
[email protected]
>
Mon, 12 Jun 2006 22:13:40 +0000
(15:13 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 12 Jun 2006 22:17:53 +0000
(15:17 -0700)
From: Randy Dunlap <
[email protected]
>
According to include/asm-alpha/bitops.h, only ALPHA_EV67 has hardware
hweight support, so ALPHA_EV6 needs to use GENERIC_HWEIGHT.
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Richard Henderson <
[email protected]
>
Cc: Ivan Kokshaysky <
[email protected]
>
Cc: Ernst Herzberg <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/alpha/Kconfig
patch
|
blob
|
history
diff --git
a/arch/alpha/Kconfig
b/arch/alpha/Kconfig
index 8290b69da20214a7e19fedd0fc047d33d5d82ba7..213c7850d5fb9639a007616b7357fe93f5ae64e8 100644
(file)
--- a/
arch/alpha/Kconfig
+++ b/
arch/alpha/Kconfig
@@
-453,7
+453,7
@@
config ALPHA_IRONGATE
config GENERIC_HWEIGHT
bool
- default y if !ALPHA_EV6
&& !ALPHA_EV6
7
+ default y if !ALPHA_EV67
config ALPHA_AVANTI
bool