aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/hv/hypervisor.h
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2010-07-02 14:19:35 -0400
committerChris Metcalf <cmetcalf@tilera.com>2010-07-06 13:42:15 -0400
commitef06f55a5c936a395f3ee2e1237bbebdb4396c65 (patch)
treefce333d35dc147020a773ec36cfdb17690e2f00a /arch/tile/include/hv/hypervisor.h
parentarch/tile: avoid erroneous error return for PTRACE_POKEUSR. (diff)
downloadlinux-dev-ef06f55a5c936a395f3ee2e1237bbebdb4396c65.tar.xz
linux-dev-ef06f55a5c936a395f3ee2e1237bbebdb4396c65.zip
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/hv/hypervisor.h')
-rw-r--r--arch/tile/include/hv/hypervisor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/include/hv/hypervisor.h b/arch/tile/include/hv/hypervisor.h
index a90d2989587a..59b46dc53994 100644
--- a/arch/tile/include/hv/hypervisor.h
+++ b/arch/tile/include/hv/hypervisor.h
@@ -547,7 +547,7 @@ void hv_assert_intr(HV_IntrMask assert_mask);
*/
HV_Errno hv_trigger_ipi(HV_Coord tile, int interrupt);
-#endif // !CHIP_HAS_IPI()
+#endif /* !CHIP_HAS_IPI() */
/** Store memory mapping in debug memory so that external debugger can read it.
* A maximum of 16 entries can be stored.