diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2010-07-02 22:19:35 +0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-07-06 21:42:15 +0400 |
commit | ef06f55a5c936a395f3ee2e1237bbebdb4396c65 (patch) | |
tree | fce333d35dc147020a773ec36cfdb17690e2f00a /arch/tile/include/asm/system.h | |
parent | bcd97c3f9a385e8e658a416cd72dd65ca0eeb544 (diff) | |
download | linux-ef06f55a5c936a395f3ee2e1237bbebdb4396c65.tar.xz |
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>
Diffstat (limited to 'arch/tile/include/asm/system.h')
-rw-r--r-- | arch/tile/include/asm/system.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/include/asm/system.h b/arch/tile/include/asm/system.h index 0935094f370a..f749be327ce0 100644 --- a/arch/tile/include/asm/system.h +++ b/arch/tile/include/asm/system.h @@ -136,8 +136,6 @@ mb_incoherent(void) #define set_mb(var, value) \ do { var = value; mb(); } while (0) -#include <linux/irqflags.h> - /* * Pause the DMA engine and static network before task switching. */ |