aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/switch_to.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/switch_to.h')
-rw-r--r--include/asm-generic/switch_to.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/switch_to.h b/include/asm-generic/switch_to.h
index 052c4ac04fd5..986acc9d34bb 100644
--- a/include/asm-generic/switch_to.h
+++ b/include/asm-generic/switch_to.h
@@ -1,4 +1,4 @@
-/* Generic task switch macro wrapper, based on MN10300 definitions.
+/* Generic task switch macro wrapper.
*
* It should be possible to use these on really simple architectures,
* but it serves more as a starting point for new ports.