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:
3fbe36d
)
sparc64: Add __arch64__ to CHECKFLAGS
author
David S. Miller
<davem@davemloft.net>
Fri, 12 Sep 2008 06:14:52 +0000
(23:14 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 12 Sep 2008 06:14:52 +0000
(23:14 -0700)
Otherwise sparse doesn't work. The 32 vs. 64 header ifdef
used under arch/sparc/include/asm/ is:
#if defined(__sparc__) && defined(__arch64__)
And that doesn't work for sparse unless we give it __arch64__
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found