diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2010-07-02 14:19:35 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-07-06 13:42:15 -0400 |
commit | ef06f55a5c936a395f3ee2e1237bbebdb4396c65 (patch) | |
tree | fce333d35dc147020a773ec36cfdb17690e2f00a /drivers | |
parent | bcd97c3f9a385e8e658a416cd72dd65ca0eeb544 (diff) |
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 'drivers')
-rw-r--r-- | drivers/char/hvc_tile.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/char/hvc_tile.c b/drivers/char/hvc_tile.c index 75715b32f22a..c4efb55cbc03 100644 --- a/drivers/char/hvc_tile.c +++ b/drivers/char/hvc_tile.c | |||
@@ -1,15 +1,15 @@ | |||
1 | /* | 1 | /* |
2 | * %LINUX_LICENSE% | 2 | * Copyright 2010 Tilera Corporation. All Rights Reserved. |
3 | * | ||
4 | * | ||
5 | * | ||
6 | * | ||
7 | * | ||
8 | * | ||
9 | * | ||
10 | * | ||
11 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation, version 2. | ||
12 | * | 7 | * |
8 | * This program is distributed in the hope that it will be useful, but | ||
9 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or | ||
11 | * NON INFRINGEMENT. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | 13 | * |
14 | * Tilera TILE Processor hypervisor console | 14 | * Tilera TILE Processor hypervisor console |
15 | */ | 15 | */ |