diff options
Diffstat (limited to '')
-rw-r--r-- | arch/sh/include/asm/switch_to.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/include/asm/switch_to.h b/arch/sh/include/asm/switch_to.h new file mode 100644 index 000000000..bd139bcde --- /dev/null +++ b/arch/sh/include/asm/switch_to.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 + * + * Copyright (C) 2000, 2001 Paolo Alberelli + * Copyright (C) 2003 Paul Mundt + * Copyright (C) 2004 Richard Curnow + */ +#include <asm/switch_to_32.h> |