arch/tile: catch up on various minor cleanups.
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 2 Jul 2010 18:19:35 +0000 (14:19 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 6 Jul 2010 17:42:15 +0000 (13:42 -0400)
commitef06f55a5c936a395f3ee2e1237bbebdb4396c65
treefce333d35dc147020a773ec36cfdb17690e2f00a
parentbcd97c3f9a385e8e658a416cd72dd65ca0eeb544
arch/tile: catch up on various minor cleanups.

None of these changes fix any actual bugs, but are just various cleanups
that fell out along the way.  In particular, some unused #defines and
includes are removed, PREFETCH_STRIDE is added (the default is right for
our shipping chips, but wrong for our next generation), our tile-specific
prefetching code is removed so the (identical) generic prefetching code
can be used instead, a comment is fixed to be proper GPL and not just a
"paste GPL here" token, a "//" comment is converted to "/* */", etc.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/tile/include/asm/cache.h
arch/tile/include/asm/irqflags.h
arch/tile/include/asm/processor.h
arch/tile/include/asm/system.h
arch/tile/include/asm/thread_info.h
arch/tile/include/hv/hypervisor.h
drivers/char/hvc_tile.c