fs/reiserfs/journal.c: change return type of dirty_one_transaction
[linux/fpc-iii.git] / arch / sh / include / asm / switch_to.h
blob9eec80ab5aa27c648d6cec4d631a6483c413a68d
1 /* SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2000, 2001 Paolo Alberelli
4 * Copyright (C) 2003 Paul Mundt
5 * Copyright (C) 2004 Richard Curnow
6 */
7 #ifndef __ASM_SH_SWITCH_TO_H
8 #define __ASM_SH_SWITCH_TO_H
10 #ifdef CONFIG_SUPERH32
11 # include <asm/switch_to_32.h>
12 #else
13 # include <asm/switch_to_64.h>
14 #endif
16 #endif /* __ASM_SH_SWITCH_TO_H */