xref: /openbmc/linux/arch/sh/include/asm/switch_to.h (revision a1ce3928)
1e839ca52SDavid Howells /*
2e839ca52SDavid Howells  * Copyright (C) 2000, 2001  Paolo Alberelli
3e839ca52SDavid Howells  * Copyright (C) 2003  Paul Mundt
4e839ca52SDavid Howells  * Copyright (C) 2004  Richard Curnow
5e839ca52SDavid Howells  *
6e839ca52SDavid Howells  * This file is subject to the terms and conditions of the GNU General Public
7e839ca52SDavid Howells  * License.  See the file "COPYING" in the main directory of this archive
8e839ca52SDavid Howells  * for more details.
9e839ca52SDavid Howells  */
10e839ca52SDavid Howells #ifndef __ASM_SH_SWITCH_TO_H
11e839ca52SDavid Howells #define __ASM_SH_SWITCH_TO_H
12e839ca52SDavid Howells 
13e839ca52SDavid Howells #ifdef CONFIG_SUPERH32
14a1ce3928SDavid Howells # include <asm/switch_to_32.h>
15e839ca52SDavid Howells #else
16a1ce3928SDavid Howells # include <asm/switch_to_64.h>
17e839ca52SDavid Howells #endif
18e839ca52SDavid Howells 
19e839ca52SDavid Howells #endif /* __ASM_SH_SWITCH_TO_H */
20