xref: /kernel/linux/linux-6.6/arch/microblaze/include/asm/elf.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/microblaze/include/asm/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
462306a36Sopenharmony_ci * Copyright (C) 2008-2009 PetaLogix
562306a36Sopenharmony_ci * Copyright (C) 2006 Atmark Techno, Inc.
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci#ifndef _ASM_MICROBLAZE_ELF_H
862306a36Sopenharmony_ci#define _ASM_MICROBLAZE_ELF_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#include <uapi/asm/elf.h>
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#ifndef __uClinux__
1362306a36Sopenharmony_ci#ifndef ELF_GREG_T
1462306a36Sopenharmony_ci#endif
1562306a36Sopenharmony_ci#ifndef ELF_NGREG
1662306a36Sopenharmony_ci#endif
1762306a36Sopenharmony_ci#ifndef ELF_GREGSET_T
1862306a36Sopenharmony_ci#endif
1962306a36Sopenharmony_ci#ifndef ELF_FPREGSET_T
2062306a36Sopenharmony_ci#endif
2162306a36Sopenharmony_ci#ifdef __MICROBLAZEEL__
2262306a36Sopenharmony_ci#else
2362306a36Sopenharmony_ci#endif
2462306a36Sopenharmony_ci#define SET_PERSONALITY(ex) \
2562306a36Sopenharmony_ci	set_personality(PER_LINUX_32BIT | (current->personality & (~PER_MASK)))
2662306a36Sopenharmony_ci#endif /* __uClinux__ */
2762306a36Sopenharmony_ci#endif /* _ASM_MICROBLAZE_ELF_H */
28

Indexes created Thu Nov 07 10:32:03 CST 2024