powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9
[linux-2.6-block.git] / arch / powerpc / include / asm / setjmp.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
c3b75bd7
MN
2/*
3 * Copyright © 2008 Michael Neuling IBM Corporation
c3b75bd7
MN
4 */
5#ifndef _ASM_POWERPC_SETJMP_H
6#define _ASM_POWERPC_SETJMP_H
7
8#define JMP_BUF_LEN 23
9
aa497d43
SB
10extern long setjmp(long *) __attribute__((returns_twice));
11extern void longjmp(long *, long) __attribute__((noreturn));
c3b75bd7
MN
12
13#endif /* _ASM_POWERPC_SETJMP_H */