xref: /openbmc/linux/arch/sh/include/asm/switch_to.h (revision 6a0abce4)
16a0abce4SKuninori Morimoto /* SPDX-License-Identifier: GPL-2.0
26a0abce4SKuninori Morimoto  *
3e839ca52SDavid Howells  * Copyright (C) 2000, 2001  Paolo Alberelli
4e839ca52SDavid Howells  * Copyright (C) 2003  Paul Mundt
5e839ca52SDavid Howells  * Copyright (C) 2004  Richard Curnow
6e839ca52SDavid Howells  */
7e839ca52SDavid Howells #ifndef __ASM_SH_SWITCH_TO_H
8e839ca52SDavid Howells #define __ASM_SH_SWITCH_TO_H
9e839ca52SDavid Howells 
10e839ca52SDavid Howells #ifdef CONFIG_SUPERH32
11a1ce3928SDavid Howells # include <asm/switch_to_32.h>
12e839ca52SDavid Howells #else
13a1ce3928SDavid Howells # include <asm/switch_to_64.h>
14e839ca52SDavid Howells #endif
15e839ca52SDavid Howells 
16e839ca52SDavid Howells #endif /* __ASM_SH_SWITCH_TO_H */
17