treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / powerpc / include / asm / elfnote.h
bloba201b6e9ae44956f2860f45d3d2dc9df4a0f16c7
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * PowerPC ELF notes.
5 * Copyright 2019, IBM Corporation
6 */
8 #ifndef __ASM_POWERPC_ELFNOTE_H__
9 #define __ASM_POWERPC_ELFNOTE_H__
12 * These note types should live in a SHT_NOTE segment and have
13 * "PowerPC" in the name field.
17 * The capabilities supported/required by this kernel (bitmap).
19 * This type uses a bitmap as "desc" field. Each bit is described
20 * in arch/powerpc/kernel/note.S
22 #define PPC_ELFNOTE_CAPABILITIES 1
24 #endif /* __ASM_POWERPC_ELFNOTE_H__ */