summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2013-03-31 07:01:47 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-03-31 23:29:13 (GMT)
commitcbf1ef6b3345d2cc7e62407eec6a6f72a8b1346f (patch)
tree4e727849dd21a499960620a60ec3f6b76c38422b /arch/sparc/kernel
parent6e51f857303d02770d5f3ff8f0436487168d0230 (diff)
downloadlinux-fsl-qoriq-cbf1ef6b3345d2cc7e62407eec6a6f72a8b1346f.tar.xz
sparc: use asm-generic version of types.h
In sparc headers we use the following pattern: #if defined(__sparc__) && defined(__arch64__) sparc64 specific stuff #else sparc32 specific stuff #endif In types.h this pattern was not followed and here we only checked for __sparc__ for no good reason. It was a left-over from long time ago. I checked other architectures - and most of them do not have any such checks. And all the recently merged versions uses the asm-generic version. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel')
0 files changed, 0 insertions, 0 deletions