git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25ba98
)
m68k: selection of GENERIC_ATOMIC64 is not MMU specific
author
Greg Ungerer
<gerg@uclinux.org>
Wed, 19 Oct 2011 06:27:30 +0000
(16:27 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Sat, 24 Dec 2011 11:47:57 +0000
(21:47 +1000)
The selection of the CONFIG_GENERIC_ATOMIC64 option is not specific to the
MMU being present and enabled. It is a property of certain CPU families.
So select it based on those CPU types being selected.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
No differences found